This template is packed with features to help you build amazing APIs:
- User Authentication: Secure token-based authentication with
django-rest-knox
. - Background Tasks: Asynchronous task processing with
Celery
andRedis
. - API Documentation: Automatic OpenAPI 3 schema generation with
drf-spectacular
. - Centralized Logging: Structured JSON logging for easy monitoring.
- Custom User Model: Email-based authentication for a modern user experience.
- And much more! Explore the documentation to discover all the features.
- AI Tools: Useful prompts to enhance your development experience with GitHub Copilot, Gemini CLI agent, and Roo Code.
- 💻 VS Code
- 🐋 Docker
- 🐳 Docker Compose
- Use GitHub's template feature (recommended) or clone repository
- Open in VS Code
- Check Todo Tree in the sidebar for setup guidance
- Run
CTL/CMD + Shift + p
and selectReopen in container
- Create superuser:
python manage.py createsuperuser
- Start server:
python manage.py runserver
This documentation is your guide to building amazing applications with the Django Starter Template. Use the navigation on the left to explore the different sections.
-
Development: Learn about the development workflow, including how to run tests, and use the scripts.
-
AI Tools: Explore useful prompts to enhance your development experience with GitHub Copilot.
-
Project Structure: Get an overview of the project's directory structure.
-
Project Settings: Understand the available settings and how to configure your project.
-
Dependencies: See a list of all the project's dependencies.
-
Authentication: Learn how to use the authentication and user management endpoints.
-
Core App: Discover the core functionalities and API endpoints.
-
Logging: Understand the logging system and how to use it.
-
Celery Tasks: Learn how to create and manage background tasks.
-
Rate Limiting: Configure rate limiting to protect your API.
-
Database Seeding: Learn how to seed your database with initial data.
-
Testing: Understand how to run and write tests for your project.
-
Environment Setup: Learn how to set up your development environment.
-
TEST
-
TEST