/HoursInRestaurant

Primary LanguagePythonMIT LicenseMIT

HoursInRestaurant

A small tool for a private project

Production

Use Python (tested with v3.12.3) and install dependencies e. g. with pip install -r requirements.txt.

Then use your favourite WSGI server and point to the WSGI application. You can do this e. g. using Gunicorn with gunicorn -w 4 hoursinrestaurant.wsgi:application.

Don't forget to setup SECRET_KEY and ALLOWED_HOSTS either as environment variables or as settings.ini. We are using Python Decouple for this.

Development

When using devenv, just run:

$ devenv shell
(devenv) (venv) $ task

License

MIT