Basic upgrade to all base packages, Django, Celery and others.

This commit is contained in:
2012-04-23 23:56:55 +01:00
parent 8a1a2071aa
commit 5892538fb7
15 changed files with 44 additions and 40 deletions

View File

@@ -14,7 +14,6 @@ USE_I18N = True
# Defines the Static Media storage as per staticfiles contrib
STATIC_ROOT = os.path.join(os.path.dirname(os.path.abspath(__file__)), '..', '..', 'static')
STATIC_URL = '/static/'
ADMIN_MEDIA_PREFIX = STATIC_URL + 'admin/'
# Make this unique, and don't share it with anybody.
SECRET_KEY = ''