Commit a72902db by Guba Sándor

adding djcelery and manager app

parent 357402a5
......@@ -222,6 +222,7 @@ THIRD_PARTY_APPS = (
'south',
'django_tables2',
'crispy_forms',
'djcelery',
)
# Apps specific for this project go here.
......@@ -231,6 +232,7 @@ LOCAL_APPS = (
'firewall',
'network',
'dashboard',
'manager',
)
# See: https://docs.djangoproject.com/en/dev/ref/settings/#installed-apps
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment