Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
Update 2.3.0
  • Loading branch information
harkerbyte authored Mar 2, 2024
1 parent 5803f16 commit 9d3ee42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions harkerbyte/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@

else:
STATIC_URL = 'static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'assests')
STATIC_ROOT = os.path.join(BASE_DIR, 'Assests')

MEDIA_URL = 'media/'
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')

0 comments on commit 9d3ee42

Please sign in to comment.