Exclude t-input as it causes problems when deployed
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user