Skip to content

Commit

Permalink
Change MEDIA_ROOT to /site/media
Browse files Browse the repository at this point in the history
  • Loading branch information
scragly committed Feb 17, 2020
1 parent bbe9f30 commit 7c86590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydis_site/settings.py
Expand Up @@ -197,7 +197,7 @@
STATIC_ROOT = env('STATIC_ROOT', default='/app/staticfiles')

MEDIA_URL = '/media/'
MEDIA_ROOT = env('MEDIA_ROOT', default='/app/media')
MEDIA_ROOT = env('MEDIA_ROOT', default='/site/media')

STATICFILES_FINDERS = [
'django.contrib.staticfiles.finders.FileSystemFinder',
Expand Down

0 comments on commit 7c86590

Please sign in to comment.