🎉 Refactored backend structure: Removed unused files including app_cleaned.py, admin_api.py, admin.py, user.py, and others. Updated settings.local.json to include additional Bash commands. Enhanced admin templates for better navigation and functionality. Improved logging and error handling across various modules.

This commit is contained in:
2025-06-09 19:33:06 +02:00
parent 876b5a64e4
commit c7f9738bbe
115 changed files with 23507 additions and 9958 deletions

View File

@ -8,7 +8,11 @@
"Bash(python3:*)",
"Bash(ls:*)",
"Bash(grep:*)",
"Bash(python:*)"
"Bash(python:*)",
"Bash(diff:*)",
"Bash(mv:*)",
"Bash(rm:*)",
"Bash(rg:*)"
],
"deny": []
}