Skip to content

SchrodingersCat00/Haldis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. cd app
  4. Copy config.example.py to config.py
  5. Copy the python files from database/ to app/ (yes, it's sad, I know)
  6. Run python create_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?)
  7. Run rm -f add_* create_database.py* in app/
  8. Run python haldis.py runserver

Or run ./localhost.sh in the root of the git folder (in linux)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 62.8%
  • HTML 34.0%
  • JavaScript 1.4%
  • Other 1.8%