photos fix

This commit is contained in:
pacnpal
2024-11-01 01:27:11 +00:00
parent 80a9d61ca2
commit f51c8370ce
89 changed files with 2241 additions and 614 deletions

View File

@@ -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'),