dieliste / walomat

Wal-O-Mat πŸ‹

Home Page:https://www.walom.at/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Wal-O-Mat πŸ‹

https://www.walom.at/

License:GNU Affero General Public License v3.0


Languages

Language:Python 74.6%Language:CSS 16.1%Language:HTML 9.3%