mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 07:11:08 -05:00
good stuff
This commit is contained in:
@@ -35,6 +35,9 @@ urlpatterns = [
|
||||
|
||||
# Redirect /user/ to the user's profile if logged in
|
||||
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')),
|
||||
]
|
||||
|
||||
# Serve static files in development
|
||||
|
||||
Reference in New Issue
Block a user