This commit is contained in:
2025-11-11 15:51:54 +00:00
parent 99ae905cb0
commit 3e0c5d2ecc
114 changed files with 9278 additions and 929 deletions

View File

@@ -19,6 +19,9 @@ module.exports = {
* Adjust the following line to match your project structure.
*/
'../../templates/**/*.html',
// Ensure admin overrides are scanned
'../../templates/admin/**/*.html',
'../../templates/admin/*.html',
/*
* Templates in other django apps (BASE_DIR/<any_app_name>/templates).
@@ -41,6 +44,9 @@ module.exports = {
*/
// '../../**/*.py'
],
// corePlugins: {
// preflight: false,
// },
theme: {
extend: {},
},