An alternative backend built using another programming language.
- Replace PostgreSQL with SQLite as default database backend - Comment out PostgreSQL configuration for potential future use - Update Docker exposed port from 8000 to 8080 - Update Gunicorn bind address to match new port This simplifies the deployment setup by removing the PostgreSQL dependency and aligns the application port with common alternatives to port 8000. |
||
|---|---|---|
| booking_system | ||
| meetings | ||
| templates | ||
| users | ||
| .env.example | ||
| .gitignore | ||
| dockerfile | ||
| manage.py | ||
| requirements.txt | ||