Commit a72902db by Guba Sándor

adding djcelery and manager app

parent 357402a5
...@@ -222,6 +222,7 @@ THIRD_PARTY_APPS = ( ...@@ -222,6 +222,7 @@ THIRD_PARTY_APPS = (
'south', 'south',
'django_tables2', 'django_tables2',
'crispy_forms', 'crispy_forms',
'djcelery',
) )
# Apps specific for this project go here. # Apps specific for this project go here.
...@@ -231,6 +232,7 @@ LOCAL_APPS = ( ...@@ -231,6 +232,7 @@ LOCAL_APPS = (
'firewall', 'firewall',
'network', 'network',
'dashboard', 'dashboard',
'manager',
) )
# See: https://docs.djangoproject.com/en/dev/ref/settings/#installed-apps # 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