Created
October 25, 2021 19:45
-
-
Save borodedamie/318a25d39fd4e511142d66fde4721ee3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
STATIC_URL = '/static/' | |
STATICFILES_DIRS = [BASE_DIR / 'static'] | |
MEDIA_URL = '/media/' | |
MEDIA_ROOT = BASE_DIR / 'media' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment