Skip to content

Django Development Guidelines

Objective: Define standards for building secure, scalable, and maintainable Django applications, covering project structure, models, views, security, testing, and async task processing.

Source File

View the full rule: .agent/rules/django.md

Sections

    1. Project Structure & Settings
    1. Models & Database
    1. Views, APIs & Serialization
    1. Security
    1. Testing, Tooling & Async Tasks

Released under the MIT License.