Add static.

master
Nick Sergeant 2014-10-20 22:31:04 -04:00
ebeveyn 6720222a44
işleme c738b16bae
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme

Dosyayı Görüntüle

@ -90,7 +90,7 @@ if 'USE_SSL' in os.environ:
STATIC_ROOT = 'staticfiles'
STATIC_URL = '/static/'
STATICFILES_DIRS = (
os.path.join(BASE_DIR, 'static'),
os.path.join(BASE_DIR, 'media'),
)
INSTALLED_APPS = (