mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 17:11:09 -05:00
major changes, including tailwind v4
This commit is contained in:
@@ -21,13 +21,9 @@ urlpatterns = [
|
||||
# Global rides URLs
|
||||
path("rides/", include("rides.urls", namespace="rides")),
|
||||
# Other URLs
|
||||
path("reviews/", include("reviews.urls")),
|
||||
path("operators/", include("operators.urls", namespace="operators")),
|
||||
path("property-owners/", include("property_owners.urls", namespace="property_owners")),
|
||||
path("manufacturers/", include("manufacturers.urls", namespace="manufacturers")),
|
||||
path("designers/", include("designers.urls", namespace="designers")),
|
||||
path("photos/", include("media.urls", namespace="photos")), # Add photos URLs
|
||||
path("search/", include("search.urls", namespace="search")),
|
||||
path("search/", include("core.urls.search", namespace="search")),
|
||||
path("api/map/", include("core.urls.map_urls", namespace="map_api")), # Map API URLs
|
||||
path(
|
||||
"terms/", TemplateView.as_view(template_name="pages/terms.html"), name="terms"
|
||||
),
|
||||
@@ -57,7 +53,6 @@ urlpatterns = [
|
||||
path("user/", accounts_views.user_redirect_view, name="user_redirect"),
|
||||
# Moderation URLs - placed after other URLs but before static/media serving
|
||||
path("moderation/", include("moderation.urls", namespace="moderation")),
|
||||
path("history/", include("history.urls", namespace="history")),
|
||||
path(
|
||||
"env-settings/",
|
||||
views***REMOVED***ironment_and_settings_view,
|
||||
|
||||
Reference in New Issue
Block a user