Refactor code structure and remove redundant changes

This commit is contained in:
pacnpal
2025-11-09 16:31:34 -05:00
parent 2884bc23ce
commit eb68cf40c6
1080 changed files with 27361 additions and 56687 deletions

14
.gitignore vendored
View File

@@ -39,24 +39,24 @@ __pycache__/
db.sqlite3
# Django static files
/django/staticfiles/
/django/static/
/django-backend/staticfiles/
/django-backend/static/
# Django media files
/django/media/
/django-backend/media/
# Django migrations (keep the files, ignore bytecode)
**/migrations/__pycache__/
# Python virtual environment
/django/venv/
/django/env/
/django/.venv/
/django-backend/venv/
/django-backend/env/
/django-backend/.venv/
*.env
!.env.example
# Django local settings
/django/config/settings/local_override.py
/django-backend/config/settings/local_override.py
# Celery
celerybeat-schedule