Skip to content

Commit

Permalink
change static path of server
Browse files Browse the repository at this point in the history
  • Loading branch information
KuzenkovAG committed Jun 30, 2023
1 parent 31b3a61 commit a1900d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hmom3/hmom3/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a1900d6

Please sign in to comment.