django

Installation
SKILL.md

When to use this skill

Use this skill whenever the user wants to:

  • Create Django web applications with models, views, and templates
  • Configure projects, apps, migrations, and deployment
  • Build REST APIs with Django REST Framework
  • Set up Django admin, forms, and authentication

How to use this skill

Workflow

  1. Create project — scaffold with django-admin startproject
  2. Add apps — create feature apps with python manage.py startapp
  3. Define models — write models, create and run migrations
  4. Build views and URLs — implement views, wire URL patterns
  5. Test and deploy — run tests, configure production settings

Quick Start Example

Related skills

More from partme-ai/full-stack-skills

Installs
24
GitHub Stars
379
First Seen
Jan 28, 2026