v1.0.0 Stable
Modern Django API
A high-performance, robust API foundation powered by Django Rest Framework. Ready for production with CORS, WhiteNoise, and premium styling.
GET /api/health/
{
"status": "healthy",
"message": "Django API is up and running!",
"version": "1.0.0"
}