Skip to content

dieliste/walomat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

65 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Wal-O-Mat ๐Ÿ‹

Build Status License: AGPL v3

The Wal-O-Mat โ€“ a simple and stupid voting advice application for student elections written in Django.

Setup

It is recommended to create a virtual environment for this project, e.g. with Virtualenv.

To install the dependencies run pip3 install -r requirements.txt.

Apply all database migrations and create the localized messages:

python3 manage.py migrate
python3 manage.py compilemessages

Add an admin user to your installation:

python3 manage.py createsuperuser

Start the Django server with python3 manage.py runserver and head to http://localhost:8000/ with your favorite browser.