diff --git a/django/personalsite/settings.py.example b/django/personalsite/settings.py.example index 12f22f8..4a8eb50 100644 --- a/django/personalsite/settings.py.example +++ b/django/personalsite/settings.py.example @@ -125,7 +125,7 @@ USE_TZ = True # https://docs.djangoproject.com/en/2.1/howto/static-files/ STATIC_URL = '/static/' -MEDIA_ROOT = os.path.join(BASE_DIR, 'static') +STATIC_ROOT = os.path.join(BASE_DIR, 'static') # Media files MEDIA_URL = '/media/'