mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 07:51:09 -05:00
Refactor API structure and add comprehensive user management features
- Restructure API v1 with improved serializers organization - Add user deletion requests and moderation queue system - Implement bulk moderation operations and permissions - Add user profile enhancements with display names and avatars - Expand ride and park API endpoints with better filtering - Add manufacturer API with detailed ride relationships - Improve authentication flows and error handling - Update frontend documentation and API specifications
This commit is contained in:
@@ -107,13 +107,7 @@ urlpatterns = [
|
||||
if HAS_AUTOCOMPLETE and autocomplete_urls:
|
||||
urlpatterns.insert(
|
||||
2,
|
||||
path(
|
||||
"ac/",
|
||||
include(
|
||||
(autocomplete_urls[0], autocomplete_urls[1]),
|
||||
namespace=autocomplete_urls[2],
|
||||
),
|
||||
),
|
||||
path("ac/", include(autocomplete_urls)),
|
||||
)
|
||||
|
||||
# Add API Documentation URLs if available
|
||||
|
||||
Reference in New Issue
Block a user