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