Add static.

master
Nick Sergeant 2014-10-20 22:32:52 -04:00
parent c738b16bae
commit b779948d07
1 changed files with 0 additions and 1 deletions

View File

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