mirror of
https://github.com/retspen/webvirtcloud
synced 2026-03-22 10:34:49 +00:00
Fix admin urls not included into main urls.py
This commit is contained in:
parent
515b027ab8
commit
c57ef5ca91
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ urlpatterns = [
|
||||||
path('computes/', include('computes.urls')),
|
path('computes/', include('computes.urls')),
|
||||||
path('console/', console, name='console'),
|
path('console/', console, name='console'),
|
||||||
path('datasource/', include('datasource.urls')),
|
path('datasource/', include('datasource.urls')),
|
||||||
path('logs/', include('logs.urls')),
|
|
||||||
path('instances/', include('instances.urls')),
|
path('instances/', include('instances.urls')),
|
||||||
path('i18n/', include('django.conf.urls.i18n')),
|
path('i18n/', include('django.conf.urls.i18n')),
|
||||||
|
path('logs/', include('logs.urls')),
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue