Browse Source

Pongo static_root

main
Celestino Rey 10 months ago
parent
commit
300b251674
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      mysite/settings.py

+ 1
- 0
mysite/settings.py View File

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


Loading…
Cancel
Save