Skip to content

Commit

Permalink
Added development fixtures for CiviWiki#1350
Browse files Browse the repository at this point in the history
  • Loading branch information
Walexero committed Oct 20, 2022
1 parent aa323d5 commit f20a8ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions project/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"django.contrib.staticfiles",
"django_extensions",
"django_linear_migrations",
"django_browser_reload",
"storages",
"core",
"rest_framework",
Expand All @@ -51,7 +50,6 @@
# 'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
"django.contrib.messages.middleware.MessageMiddleware",
"django.middleware.clickjacking.XFrameOptionsMiddleware",
"django_browser_reload.middleware.BrowserReloadMiddleware",
]

INTERNAL_IPS = [
Expand Down
1 change: 0 additions & 1 deletion project/core/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
),
re_path(r"^media/(?P<path>.*)$", serve, {"document_root": settings.MEDIA_ROOT}),
path("__debug__/", include("debug_toolbar.urls")),
path("__reload__/", include("django_browser_reload.urls")),
]

urlpatterns += static(settings.STATIC_URL, document_root=settings.STATIC_ROOT)
Expand Down

0 comments on commit f20a8ef

Please sign in to comment.