Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 793 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 793 Bytes

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.