mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 15:11:09 -05:00
photos fix
This commit is contained in:
@@ -19,6 +19,7 @@ urlpatterns = [
|
||||
# Other URLs
|
||||
path('reviews/', include('reviews.urls')),
|
||||
path('companies/', include('companies.urls')),
|
||||
path('photos/', include('media.urls', namespace='photos')), # Add photos URLs
|
||||
path('search/', SearchView.as_view(), name='search'),
|
||||
path('terms/', TemplateView.as_view(template_name='pages/terms.html'), name='terms'),
|
||||
path('privacy/', TemplateView.as_view(template_name='pages/privacy.html'), name='privacy'),
|
||||
|
||||
Reference in New Issue
Block a user