more fixes, AI
This commit is contained in:
@@ -145,7 +145,7 @@ INSTALLED_APPS = [
|
||||
"musicians",
|
||||
"eventplanner",
|
||||
"eventplanner_gcal",
|
||||
"simpleforum",
|
||||
# "simpleforum", # Disabled
|
||||
"location_field",
|
||||
"scoremanager",
|
||||
# 'imagestore', # Disabled
|
||||
|
||||
@@ -3,14 +3,12 @@ from django.conf.urls.static import static
|
||||
from django.contrib import admin
|
||||
from django.urls import include, path, re_path
|
||||
|
||||
from simpleforum import views as simpleforum_views
|
||||
|
||||
urlpatterns = [
|
||||
path("", include("website.urls")),
|
||||
path("events/", include("eventplanner.urls")),
|
||||
path("musicians/", include("musicians.urls")),
|
||||
path("scores/", include("scoremanager.urls")),
|
||||
path("messages/", simpleforum_views.message_view),
|
||||
# path("messages/", simpleforum_views.message_view), # Disabled
|
||||
path("admin/", admin.site.urls),
|
||||
path("location_field/", include("location_field.urls")),
|
||||
path("eventplanner_gcal/", include("eventplanner_gcal.urls")),
|
||||
|
||||
Reference in New Issue
Block a user