Create .env
based on .env.template
and configure environment variables. Then run following commands:
pipenv shell
pipenv install --system --deploy
python manage.py runserver 8000
Backend will be available at: localhost:8000
Admin panel: localhost:8000/admin
For production use for example gunicorn server (see Dockerfile and Procfile)
Albert Gierlach |
Kamil Koczera |
Jacek Nitychoruk |
---|
This project was created as our engineer's thesis.