set the media root

This commit is contained in:
Andreas Zweili 2017-12-06 20:31:47 +01:00
parent 9e0a80a419
commit 4626d02435
1 changed files with 1 additions and 0 deletions

View File

@ -128,3 +128,4 @@ USE_TZ = True
STATIC_URL = '/static/'
STATIC_ROOT = '/vagrant/django/didgeridoo/static/'
MEDIA_ROOT = '/vagrant/django/didgeridoo/media/'