mirror of
https://github.com/fergalmoran/dss.git
synced 2026-04-04 20:05:03 +00:00
Fixed missing packages
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -176,7 +176,6 @@ INSTALLED_APPS = (
|
||||
'allauth.socialaccount.providers.twitter',
|
||||
'allauth.socialaccount.providers.google',
|
||||
'debug_toolbar',
|
||||
'rest_framework',
|
||||
#'backbone_tastypie',
|
||||
)
|
||||
|
||||
@@ -285,4 +284,4 @@ REST_FRAMEWORK = {
|
||||
'DEFAULT_PERMISSION_CLASSES': [
|
||||
'rest_framework.permissions.DjangoModelPermissionsOrAnonReadOnly'
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user