modern-django-starter/apps
amitrana01 5845f9ee13 Add health check endpoint for debugging
- Add /health/ endpoint that returns JSON without templates
- Shows Django settings, file existence, and configuration
- Use this to test if Django is running: https://dt.netcoptech.com/health/
- Helps diagnose if issue is templates, static files, or server config
2025-09-11 18:19:41 +05:30
..
accounts Complete authentication system with modern UI 2025-09-11 12:26:22 +05:30
core Add health check endpoint for debugging 2025-09-11 18:19:41 +05:30
__init__.py Initial commit: Django boilerplate with authentication, Docker, and Dokploy support 2025-09-11 09:36:55 +05:30