mirror of https://github.com/snachodog/mybuddy.git
Fix requiring a manifest creation for basic testing/development
This commit is contained in:
parent
969958df09
commit
e397db78e4
|
@ -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/#
|
||||
|
||||
|
|
Loading…
Reference in New Issue