8000 GitHub - dieliste/walomat: Wal-O-Mat 🐋
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dieliste/walomat

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.

0