An alternative backend built using another programming language.
Add extra blank lines in booking_system and meetings views to improve code structure and visual separation between logical sections. This enhances code readability without affecting functionality. Changes: - booking_system/views.py: added blank line after availability_system section - meetings/views.py: added blank line after get_queryset method |
||
|---|---|---|
| booking_system | ||
| meetings | ||
| templates/emails | ||
| users | ||
| .env.example | ||
| .gitignore | ||
| dockerfile | ||
| manage.py | ||
| Procfile | ||
| requirements.txt | ||