Bump version to 0.2.5, add STATIC_ROOT to demo config to test collectstatic

This commit is contained in:
Garret Wassermann
2017-12-28 06:32:42 -05:00
parent 0d2df19835
commit f91762d4cd
3 changed files with 4 additions and 2 deletions

View File

@ -194,6 +194,8 @@ USE_TZ = True
# https://docs.djangoproject.com/en/1.11/howto/static-files/
STATIC_URL = '/static/'
# static root needs to be defined in order to use collectstatic
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
# MEDIA_ROOT is where media uploads are stored.
# We set this to a directory to host file attachments created