diff --git a/hmom3/hmom3/settings.py b/hmom3/hmom3/settings.py index 5645c82..a07973a 100644 --- a/hmom3/hmom3/settings.py +++ b/hmom3/hmom3/settings.py @@ -116,7 +116,7 @@ if DEBUG: STATICFILES_DIRS = [os.path.join(BASE_DIR, 'static')] else: - STATIC_ROOT = os.path.join('/home/momonline/hmom3/static/') + STATIC_ROOT = os.path.join('/home/momonline/static/') # Login LOGIN_URL = 'users:login'