An alternative backend built using another programming language.
Go to file
saani b43ead53c6 fix(email): hardcode admin dashboard URL and open in new tab
- Replace dynamic admin_dashboard_url construction with hardcoded production URL (https://attunehearttherapy.com/admin/dashboard)
- Add target="_blank" to admin notification email button to open dashboard in new tab
- Improves user experience by preventing email client navigation disruption
2025-11-27 21:09:52 +00:00
booking_system style: add blank lines for improved code readability 2025-11-27 19:54:03 +00:00
meetings fix(email): hardcode admin dashboard URL and open in new tab 2025-11-27 21:09:52 +00:00
templates/emails fix(email): hardcode admin dashboard URL and open in new tab 2025-11-27 21:09:52 +00:00
users refactor(emails): update support email to admin address 2025-11-27 18:30:23 +00:00
.env.example Add initial Django project structure with user authentication and profile management 2025-11-12 11:51:27 +00:00
.gitignore feat: enable meetings app and simplify development configuration 2025-11-23 00:19:26 +00:00
dockerfile refactor(docker): streamline Dockerfile and add gunicorn workers 2025-11-23 23:34:59 +00:00
manage.py Add initial Django project structure with user authentication and profile management 2025-11-12 11:51:27 +00:00
Procfile # Commit Message 2025-11-23 23:06:17 +00:00
requirements.txt build: update project dependencies in requirements.txt 2025-11-25 18:18:27 +00:00