Skip to content

Instantly share code, notes, and snippets.

@rabbilyasar
Created June 2, 2021 15:41
Show Gist options
  • Save rabbilyasar/d6f83409d4b0e7040b6bcf0a402b88ef to your computer and use it in GitHub Desktop.
Save rabbilyasar/d6f83409d4b0e7040b6bcf0a402b88ef to your computer and use it in GitHub Desktop.
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/1.9/howto/static-files/
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
STATIC_URL = '/static/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment