Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
2.3.0 correct typo-error
  • Loading branch information
harkerbyte authored Mar 2, 2024
1 parent 9d3ee42 commit 5aab70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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, 'Assets')

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

0 comments on commit 5aab70d

Please sign in to comment.