Skip to content

Instantly share code, notes, and snippets.

@Taohid0
Created April 23, 2019 18:35
Show Gist options
  • Save Taohid0/a9e921301b0951c7dcb5000c93a7e750 to your computer and use it in GitHub Desktop.
Save Taohid0/a9e921301b0951c7dcb5000c93a7e750 to your computer and use it in GitHub Desktop.
STATIC_URL = '/static/'
STATICFILES_DIRS = (
os.path.join(BASE_DIR, 'book-frontend', "build", "static"), # update the STATICFILES_DIRS
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment