Moved UI into its own Django app.

This commit is contained in:
Chris Church
2013-05-08 11:41:00 -04:00
parent 839d681b70
commit eff2e65c9a
170 changed files with 88490 additions and 0 deletions

View File

@@ -150,6 +150,7 @@ INSTALLED_APPS = (
'djcelery',
'kombu.transport.django',
'lib.main',
'lib.ui',
)
INTERNAL_IPS = ('127.0.0.1',)