Rework report import view and add individual student report send form

This commit is contained in:
Claude Paroz 2018-02-05 16:25:32 +01:00
parent 7488cbcd31
commit b966e140b8
12 changed files with 167 additions and 74 deletions

View file

@ -34,7 +34,7 @@ USE_TZ = False
# Absolute filesystem path to the directory that will hold user-uploaded files.
MEDIA_ROOT = os.path.join(PROJECT_PATH, 'media')
MEDIA_URL = ''
MEDIA_URL = '/media/'
# Absolute path to the directory static files should be collected to.
# Don't put anything in this directory yourself; store your static files