diff --git a/gobotany/settings.py b/gobotany/settings.py index 0fbc54f5d..28611569c 100644 --- a/gobotany/settings.py +++ b/gobotany/settings.py @@ -212,7 +212,7 @@ # Static files (CSS, JavaScript, images) # https://docs.djangoproject.com/en/1.11/howto/static-files/ -STATIC_ROOT = '' +STATIC_ROOT = (THIS_DIRECTORY) STATIC_URL = '/static/' STATICFILES_DIRS = ( os.path.join(THIS_DIRECTORY, 'static'),