Further refinements to Heroku Support.

This commit is contained in:
2013-04-01 01:02:53 +01:00
parent 7e2ce6fb1a
commit 37eb0588b9
4 changed files with 10 additions and 4 deletions

View File

@@ -27,10 +27,10 @@ USE_I18N = True
USE_L10N = True
USE_TZ = True
MEDIA_ROOT = os.path.join(os.path.dirname(__file__), '..', '..', 'media')
MEDIA_ROOT = os.path.join(os.path.dirname(__file__), '..', 'media')
MEDIA_URL = '/media/'
STATIC_ROOT = os.path.join(os.path.dirname(__file__), '..', '..', 'static')
STATIC_ROOT = os.path.join(os.path.dirname(__file__), '..', 'static')
STATIC_URL = '/static/'
STATICFILES_DIRS = [