Skip to content

Instantly share code, notes, and snippets.

@borodedamie
Created October 25, 2021 19:45
Show Gist options
  • Save borodedamie/318a25d39fd4e511142d66fde4721ee3 to your computer and use it in GitHub Desktop.
Save borodedamie/318a25d39fd4e511142d66fde4721ee3 to your computer and use it in GitHub Desktop.
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