Exclude t-input as it causes problems when deployed

This commit is contained in:
Juhn-Vitus Saß
2025-04-06 22:15:10 +02:00
parent d9f3d07dd7
commit 95f2a82532

View File

@@ -142,6 +142,9 @@ STATIC_URL = '/static/'
STATIC_ROOT = BASE_DIR / "staticfiles"
STATICFILES_DIRS = [BASE_DIR / 'static']
# Exclude development CSS files from collectstatic
STATICFILES_IGNORE_PATTERNS = ['t-input.css']
# Default primary key field type
# https://docs.djangoproject.com/en/5.1/ref/settings/#default-auto-field