mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-22 09:38:18 +00:00
Fixed missing packages
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
import djcelery
|
|
||||||
djcelery.setup_loader()
|
|
||||||
|
|
||||||
path = '/var/www/deepsouthsounds.com/dss'
|
path = '/var/www/deepsouthsounds.com/dss'
|
||||||
if path not in sys.path:
|
if path not in sys.path:
|
||||||
sys.path.append(path)
|
sys.path.append(path)
|
||||||
|
|||||||
@@ -176,7 +176,6 @@ INSTALLED_APPS = (
|
|||||||
'allauth.socialaccount.providers.twitter',
|
'allauth.socialaccount.providers.twitter',
|
||||||
'allauth.socialaccount.providers.google',
|
'allauth.socialaccount.providers.google',
|
||||||
'debug_toolbar',
|
'debug_toolbar',
|
||||||
'rest_framework',
|
|
||||||
#'backbone_tastypie',
|
#'backbone_tastypie',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user