mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 08:51:09 -05:00
fixed the damn discord button
This commit is contained in:
@@ -5,6 +5,7 @@ from django.conf.urls.static import static
|
||||
from accounts import views as accounts_views
|
||||
from django.views.generic import TemplateView
|
||||
from .views import HomeView, SearchView
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('admin/', admin.site.urls),
|
||||
@@ -40,6 +41,7 @@ urlpatterns = [
|
||||
|
||||
# Moderation URLs - placed after other URLs but before static/media serving
|
||||
path('moderation/', include('moderation.urls', namespace='moderation')),
|
||||
path('env-settings/', views***REMOVED***ironment_and_settings_view, name='environment_and_settings'),
|
||||
]
|
||||
|
||||
# Serve static files in development
|
||||
|
||||
Reference in New Issue
Block a user