django-application

Develop production-grade Django applications with models, views, ORM queries, authentication, and admin interfaces. Use when building web applications, managing databases with Django ORM, and implementing authentication systems.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "django-application" with this command: npx skills add aj-geddes/useful-ai-prompts/aj-geddes-useful-ai-prompts-django-application

Django Application

Table of Contents

Overview

Build comprehensive Django web applications with proper model design, view hierarchies, database operations, user authentication, and admin functionality following Django conventions and best practices.

When to Use

  • Creating Django web applications
  • Designing models and database schemas
  • Implementing views and URL routing
  • Building authentication systems
  • Using Django ORM for database operations
  • Creating admin interfaces and dashboards

Quick Start

Minimal working example:

django-admin startproject myproject
cd myproject
python manage.py startapp users
python manage.py startapp products

Reference Guides

Detailed implementations in the references/ directory:

GuideContents
Django Project SetupDjango Project Setup
Model Design with ORMModel Design with ORM
Views with Class-Based and Function-Based ApproachesViews with Class-Based and Function-Based Approaches
Authentication and PermissionsAuthentication and Permissions
Database Queries and OptimizationDatabase Queries and Optimization
URL RoutingURL Routing
Admin Interface CustomizationAdmin Interface Customization

Best Practices

✅ DO

  • Use models for database operations
  • Implement proper indexes on frequently queried fields
  • Use select_related and prefetch_related for query optimization
  • Implement authentication and permissions
  • Use Django Forms for form validation
  • Cache expensive queries
  • Use management commands for batch operations
  • Implement logging for debugging
  • Use middleware for cross-cutting concerns
  • Validate user input

❌ DON'T

  • Use raw SQL without ORM
  • N+1 query problems without optimization
  • Store secrets in code
  • Trust user input directly
  • Override init in models unnecessarily
  • Make synchronous heavy operations in views
  • Use inheritance models unless necessary
  • Expose stack traces in production

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

code-review-analysis

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

ios-swift-development

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

android-kotlin-development

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

flutter-development

No summary provided by upstream source.

Repository SourceNeeds Review