Able to upload history onto server (#57)

This commit is contained in:
2018-11-07 17:48:11 -05:00
parent df62fc21ee
commit a4a00458af
9 changed files with 53 additions and 2 deletions

View File

@@ -130,3 +130,6 @@ STATIC_URL = '/static/'
STATICFILES_DIRS = [
os.path.join(BASE_DIR, "static"),
]
MEDIA_URL = '/media/'
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')