Logging support
This commit is contained in:
parent
c8dd41c1d7
commit
fd529a53c8
11 changed files with 279 additions and 19 deletions
|
|
@ -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')),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue