Skip to content

Instantly share code, notes, and snippets.

@yorchwebs
Created January 3, 2025 19:40
Show Gist options
  • Select an option

  • Save yorchwebs/d99bfe7742b06939a98ed052ba65b555 to your computer and use it in GitHub Desktop.

Select an option

Save yorchwebs/d99bfe7742b06939a98ed052ba65b555 to your computer and use it in GitHub Desktop.
Staticfiles Path on Django
STATICFILES_DIRS = [os.path.join(BASE_DIR, 'static')]
STATIC_ROOT = os.path.join(BASE_DIR, "staticfiles")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment