diff options
-rw-r--r-- | pysite/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pysite/settings.py b/pysite/settings.py index c7a21083..6bcf9a53 100644 --- a/pysite/settings.py +++ b/pysite/settings.py @@ -158,6 +158,7 @@ USE_TZ = True STATIC_URL = '/static/' STATICFILES_DIRS = [os.path.join(BASE_DIR, 'pysite', 'static')] +STATIC_ROOT = env('STATIC_ROOT', default='/var/www/pythondiscord.com') # django-hosts # https://django-hosts.readthedocs.io/en/latest/ |