Adds static root

main
Laurent 2 years ago
parent fae034676a
commit 2a560cc406
  1. 1
      pokeranalytics_backend/settings.py

@ -117,6 +117,7 @@ USE_TZ = True
# https://docs.djangoproject.com/en/4.1/howto/static-files/
STATIC_URL = 'static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'static/')
# Default primary key field type
# https://docs.djangoproject.com/en/4.1/ref/settings/#default-auto-field

Loading…
Cancel
Save