mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
change compute name, hostaname, details char size. url.py typo fix
This commit is contained in:
parent
70032fc2e1
commit
c79a635923
3 changed files with 32 additions and 4 deletions
|
@ -12,8 +12,6 @@ urlpatterns = [
|
|||
url(r'^computes/', include('computes.urls')),
|
||||
url(r'^logs/', include('logs.urls')),
|
||||
url(r'^datasource/', include('datasource.urls')),
|
||||
|
||||
|
||||
url(r'^console/$', console, name='console'),
|
||||
# (r'^admin/', include(admin.site.urls)),
|
||||
#url(r'^admin/', include(admin.site.urls)),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue