Skip to content

Instantly share code, notes, and snippets.

@bennett39
Created March 5, 2021 12:14
Show Gist options
  • Save bennett39/562cbac468ccdf45f78dbc08e3fb88e0 to your computer and use it in GitHub Desktop.
Save bennett39/562cbac468ccdf45f78dbc08e3fb88e0 to your computer and use it in GitHub Desktop.
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/3.0/howto/static-files/
STATIC_URL = '/static/'
STATIC_ROOT = 'var/static_root/'
STATICFILES_DIRS = ['static']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment