|
|
|
@ -133,7 +133,8 @@ THOUSAND_SEPARATOR = '.' |
|
|
|
# https://docs.djangoproject.com/en/5.1/howto/static-files/ |
|
|
|
|
|
|
|
STATIC_URL = '/static/' |
|
|
|
STATIC_ROOT = BASE_DIR / "staticfiles" |
|
|
|
#STATIC_ROOT = BASE_DIR / "staticfiles" |
|
|
|
STATIC_ROOT = BASE_DIR / "wsgi/static" |
|
|
|
|
|
|
|
# Default primary key field type |
|
|
|
# https://docs.djangoproject.com/en/5.1/ref/settings/#default-auto-field |
|
|
|
|