An alternative backend built using another programming language.
Replace gunicorn production server with Django's development server (manage.py runserver) for easier debugging. The gunicorn configuration has been commented out rather than removed for easy restoration. **Warning:** This change makes the application unsuitable for production deployment as runserver is not designed for production use. |
||
|---|---|---|
| booking_system | ||
| meetings | ||
| templates | ||
| users | ||
| .env.example | ||
| .gitignore | ||
| dockerfile | ||
| manage.py | ||
| requirements.txt | ||