Django and Django REST Framework starter for API backends and services
A starter template for building APIs with Django and Django REST Framework. It includes token-based authentication, Celery + Redis for background tasks, automatic OpenAPI 3 documentation, and structured JSON logging. Suited for REST API backends, admin-managed services, and projects that need asynchronous task processing.
0