mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-20 17:41:55 +02:00
Logging support
This commit is contained in:
@ -61,6 +61,7 @@ INSTALLED_APPS = [
|
||||
'member',
|
||||
'note',
|
||||
'api',
|
||||
'logs',
|
||||
]
|
||||
LOGIN_REDIRECT_URL = '/note/transfer/'
|
||||
|
||||
|
@ -21,4 +21,6 @@ urlpatterns = [
|
||||
|
||||
# Include Django REST API
|
||||
path('api/', include('api.urls')),
|
||||
|
||||
path('logs/', include('logs.urls')),
|
||||
]
|
||||
|
Reference in New Issue
Block a user