Logging support
This commit is contained in:
parent
c8dd41c1d7
commit
fd529a53c8
11 changed files with 279 additions and 19 deletions
|
|
@ -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