Fix requiring a manifest creation for basic testing/development

This commit is contained in:
Isaac Bythewood 2017-12-02 21:39:57 -05:00 committed by Christopher Charbonneau Wells
parent 969958df09
commit e397db78e4
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,12 @@ DATABASES = {
}
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.11/howto/static-files/
STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.StaticFilesStorage'
# Django Rest Framework
# http://www.django-rest-framework.org/#