/mensa

Mensas erste nützliche Schlangen-Abmessungssoftware

Primary LanguagePython

mensa

mensa – Mensas erste nützliche Schlangen-Abmessungssoftware.

Setup

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

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

Apply all database migrations and localizations:

python3 manage.py migrate
python3 manage.py compilemessages

Run the crawler:

python3 crawler.py

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/.

What's the best time for lunch?

Have a look at https://github.com/emmericp/mensa-stats.