diff --git a/Reskreen/settings.py b/Reskreen/settings.py index a7c0ccb..64dd96a 100644 --- a/Reskreen/settings.py +++ b/Reskreen/settings.py @@ -209,7 +209,7 @@ STATIC_URL = 'http://195.15.243.193/static/' STATICFILES_DIRS = [ os.path.join(BASE_DIR, "static"), ] -STATIC_ROOT = os.path.join(BASE_DIR, "static") +STATIC_ROOT = "/var/www/reskreen/static" # Default primary key field type