Skip to content

Commit

Permalink
removed booking
Browse files Browse the repository at this point in the history
  • Loading branch information
leoBitto committed Mar 29, 2024
1 parent cb869c5 commit 69ba7ba
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/base/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
'django.contrib.staticfiles',

# add here the app names
'bookings',
'website',
'fontawesomefree',
'logging_app',
Expand Down
2 changes: 1 addition & 1 deletion src/base/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
path('accounts/', include('django.contrib.auth.urls')),
path('dashboard/logging/', include('logging_app.urls', namespace='logging')),
path('', include('website.urls', namespace='website')),
path('bookings/', include('bookings.urls', namespace='bookings')),

]
if settings.DEBUG:
urlpatterns += static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)
1 change: 0 additions & 1 deletion src/bookings
Submodule bookings deleted from b7a2b5

0 comments on commit 69ba7ba

Please sign in to comment.