Fixed missing packages

This commit is contained in:
fergalmoran
2013-08-05 16:56:55 +01:00
parent 9df81301d6
commit 414dd8053a
2 changed files with 1 additions and 5 deletions

View File

@@ -1,9 +1,6 @@
import os
import sys
import djcelery
djcelery.setup_loader()
path = '/var/www/deepsouthsounds.com/dss'
if path not in sys.path:
sys.path.append(path)

View File

@@ -176,7 +176,6 @@ INSTALLED_APPS = (
'allauth.socialaccount.providers.twitter',
'allauth.socialaccount.providers.google',
'debug_toolbar',
'rest_framework',
#'backbone_tastypie',
)