modern-django-starter/apps/core
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
..
management Add debugging for environment variables and Django settings 2025-09-11 18:04:23 +05:30
__init__.py Initial commit: Django boilerplate with authentication, Docker, and Dokploy support 2025-09-11 09:36:55 +05:30
apps.py Initial commit: Django boilerplate with authentication, Docker, and Dokploy support 2025-09-11 09:36:55 +05:30
urls.py Add health check endpoint for debugging 2025-09-11 18:19:41 +05:30
views.py Add health check endpoint for debugging 2025-09-11 18:19:41 +05:30