Rework report import view and add individual student report send form
This commit is contained in:
parent
7488cbcd31
commit
b966e140b8
12 changed files with 167 additions and 74 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue