mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-03-13 15:38:25 +00:00
Update all the things, and fix some upgrade issues
This commit is contained in:
@@ -22,3 +22,8 @@ urlpatterns = [
|
||||
|
||||
if settings.DEBUG:
|
||||
urlpatterns += staticfiles_urlpatterns()
|
||||
|
||||
import debug_toolbar
|
||||
urlpatterns = [
|
||||
url(r'^__debug__/', include(debug_toolbar.urls)),
|
||||
] + urlpatterns
|
||||
|
||||
Reference in New Issue
Block a user