Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wahlfang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
stustanet
wahlfang
Commits
538a2373
Commit
538a2373
authored
4 years ago
by
Michael Loipführer
Browse files
Options
Downloads
Patches
Plain Diff
small updates to readme
parent
c0cb60d6
No related branches found
Branches containing commit
No related tags found
1 merge request
!22
aggregate of multiple small ui cleanups and polishes
Pipeline
#1049
failed
4 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+14
-5
14 additions, 5 deletions
README.md
with
14 additions
and
5 deletions
README.md
+
14
−
5
View file @
538a2373
# Wahlfang
> A self-hostable online voting tool developed to include all the
> features you would need to hold any online election you can dream of
StuStaNet Online Wahl-Tool
Developed by
[
StuStaNet
](
https://stustanet.de
)
Wahlfang is a small-ish Django project
which aims at being an easy to use solution for online elections. From simple one-time
votes about where to grab a coffee to large and long meetings with multiple different
votes and elections - Wahlfang does it all.
## Setup
If you would like a new feature or have a bug to report please open an issue over
at our
[
Gitlab
](
https://gitlab.stusta.de/stustanet/wahlfang/-/issues
)
.
## Getting Started
```
bash
$
cd
wahlfang
$
pip3
install
-r
requirements.txt
$
python3 manage.py migrate
$
python manage.py runserver
```
### Management Access
Creating a local election management user:
```
bash
$
python3 manage.py
$
python3 manage.py
crreate_admin
```
The admin interface is accessible at
[
http://127.0.0.1:8000/admin/
](
http://127.0.0.1:8000/admin/
)
.
...
...
@@ -39,13 +48,13 @@ $ python3 manage.py create_voter --election_id 1 --voter_id 1337
You can then login with the printed access code.
##
Run Development Server
##
Contributing
Starting the server:
```
bash
$
python3 manage.py runserver
```
If some model changed, you might have make and/or apply migrations again:
If some model changed, you might have
to
make and/or apply migrations again:
```
bash
$
python3 manage.py makemigrations
$
python3 manage.py migrate
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment