master
Nick Sergeant 2014-10-20 22:32:52 -04:00
förälder c738b16bae
incheckning b779948d07
1 ändrade filer med 0 tillägg och 1 borttagningar

Visa fil

@ -88,7 +88,6 @@ USE_TZ = True
if 'USE_SSL' in os.environ:
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
STATIC_ROOT = 'staticfiles'
STATIC_URL = '/static/'
STATICFILES_DIRS = (
os.path.join(BASE_DIR, 'media'),
)