Skip to content

Instantly share code, notes, and snippets.

@kjmczk
Last active May 23, 2019 05:27
Show Gist options
  • Save kjmczk/0d95cc6b585b8a747b3200f28a96763b to your computer and use it in GitHub Desktop.
Save kjmczk/0d95cc6b585b8a747b3200f28a96763b to your computer and use it in GitHub Desktop.
Django iSettings 3 - Blog
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
STATIC_URL = '/static/'
STATICFILES_DIRS = [
os.path.join(BASE_DIR, 'static'),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment