Resoved problem with app template

This commit is contained in:
Retspen
2015-04-02 16:20:46 +03:00
parent 35da9ad193
commit b4e8da8671
42 changed files with 37 additions and 32 deletions

View File

@@ -22,10 +22,15 @@ INSTALLED_APPS = (
'django.contrib.messages',
'django.contrib.staticfiles',
'computes',
'console',
'networks',
'storages',
'interfaces',
'instances',
'secrets',
'logs',
'accounts',
'create',
'logs',
)
MIDDLEWARE_CLASSES = (