Haldis web application code, official upstream is at https://github.com/ZeusWPI/Haldis/ — [Menus](https://git.zeus.gent/haldis/menus)
Go to file
2018-03-10 00:50:02 +01:00
app Removed UTF-8 annotations, better count 2018-03-10 00:50:02 +01:00
.gitignore Ignore vscode configs 2018-03-09 00:58:53 +01:00
LICENSE This is really going to hurt 2015-03-31 20:15:22 +02:00
README.md Update install instructions 2018-03-09 01:02:35 +01:00
requirements.txt Merge pull request #77 from ZeusWPI/pyup-update-alembic-0.8.9-to-0.8.10 2017-02-19 00:18:13 +01:00

Haldis

Haldis is your friendly neighbourhood servant. He exists so lazy fucks like you and me don't need to keep tabs of who is ordering what from where. Start an order and let people add items with a simple mouse-click! No more calculating prices and making lists! Be lazier today!

Local hosting steps

  1. This is a Python 3 project so make sure to use python 3 and pip3 everywhere
  2. Run pip install -r requirements.txt
  3. Copy config.example.py to config.py and find out some valid values for ZEUS_KEY and ZEUS_SECRET (try asking an admin)
  4. Copy the python files from database/ to app/ (yes, it's sad, I know)
  5. Run python database.py in app/ (if you want to fill the DB with sample data be sure to answer Y to Do you still want to add something?)
  6. Run rm -f add_admins.py* add_oceans_garden.py* add_simpizza.py* create_database.py* in app/
  7. Run python haldis.py runserver