add su for easier debug

This commit is contained in:
Their Name 2021-12-29 16:37:10 +00:00
parent d91f34769a
commit fe61ff80e7
2 changed files with 2 additions and 1 deletions

View file

@ -30,8 +30,8 @@ urlpatterns = [
path('collections/', include('collection.urls')),
path('sync/', include('sync.urls')),
path('announcement/', include('management.urls')),
path('hijack/', include('hijack.urls')),
path('', include('common.urls')),
]
urlpatterns += [

View file

@ -4,6 +4,7 @@ django-hstore
django-markdownx
django-sass
django-rq
django-hijack
easy-thumbnails
lxml
openpyxl