861 B
861 B
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
- This is a Python 3 project so make sure to use python 3 and pip3 everywhere
- Run
pip install -r requirements.txt
- Copy
config.example.py
toconfig.py
- Copy the python files from
database/
toapp/
(yes, it's sad, I know) - Run
python create_database.py
inapp/
(if you want to fill the DB with sample data be sure to answerY
toDo you still want to add something?
) - Run
rm -f add_admins.py* add_oceans_garden.py* add_simpizza.py* create_database.py*
inapp/
- Run
python haldis.py runserver