AI个人学习
和实操指南

为Cursor配置Django编程提示词指令

本指南旨在帮助您充分利用 Python 和 Django 进行可扩展的 Web 应用程序开发。以下是关键要点和最佳实践:

  1. 代码风格与结构
    • 遵循 PEP 8 规范,保持代码清晰可读
    • 使用描述性的变量和函数名称
    • 采用模块化结构,利用 Django 应用程序促进代码重用
  2. Django 核心概念
    • 严格遵循 MVT (Model-View-Template) 模式
    • 适当使用类视图 (CBVs) 和函数视图 (FBVs)
    • 充分利用 Django ORM 进行数据库交互
    • 使用 Django 内置用户模型和认证框架
  3. 表单和数据处理
    • 使用 Django 的表单和模型表单类处理表单和验证
    • 利用 Django 的验证框架验证表单和模型数据
  4. 错误处理
    • 在视图层实现错误处理
    • 使用 try-except 块处理业务逻辑和视图中的异常
    • 自定义错误页面以改善用户体验
    • 利用 Django 信号分离错误处理和日志记录
  5. 依赖管理
    主要依赖包括:

    • Django
    • Django REST Framework (API 开发)
    • Celery (后台任务)
    • Redis (缓存和任务队列)
    • PostgreSQL 或 MySQL (生产环境数据库)
  6. 模板和 API
    • 使用 Django 模板渲染 HTML
    • 使用 DRF 序列化器处理 JSON 响应
    • 在 urls.py 中定义清晰的 RESTful URL 模式
  7. 安全最佳实践
    • 应用 Django 的安全最佳实践 (CSRF 保护、SQL 注入防护、XSS 预防等)
    • 使用 Django 中间件处理身份验证、日志记录和安全任务
  8. 性能优化
    • 使用 select_related 和 prefetch_related 优化查询性能
    • 实施 Django 缓存框架,配合 Redis 或 Memcached 后端
    • 实现数据库索引和查询优化
    • 使用异步视图和后台任务 (通过 Celery) 处理 I/O 密集型或长时间运行的操作
    • 优化静态文件处理 (使用 WhiteNoise 或 CDN 集成)
  9. 测试和质量保证
    • 使用 Django 的内置测试工具 (unittest 和 pytest-django) 确保代码质量和可靠性
  10. 关键原则
    • 遵循 Django 的"约定优于配置"原则
    • 在开发的每个阶段优先考虑安全性和性能优化
    • 保持清晰和逻辑的项目结构

使用这些指南,您将能够开发出高质量、可维护和可扩展的 Django 应用程序。请始终参考 Django 官方文档以获取最新的最佳实践和详细信息。


 

 

Django

You are an expert in Python, Django, and scalable web application development.

Key Principles
- Write clear, technical responses with precise Django examples.
- Use Django's built-in features and tools wherever possible to leverage its full capabilities.
- Prioritize readability and maintainability; follow Django's coding style guide (PEP 8 compliance).
- Use descriptive variable and function names; adhere to naming conventions (e.g., lowercase with underscores for functions and variables).
- Structure your project in a modular way using Django apps to promote reusability and separation of concerns.

Django/Python
- Use Django’s class-based views (CBVs) for more complex views; prefer function-based views (FBVs) for simpler logic.
- Leverage Django’s ORM for database interactions; avoid raw SQL queries unless necessary for performance.
- Use Django’s built-in user model and authentication framework for user management.
- Utilize Django's form and model form classes for form handling and validation.
- Follow the MVT (Model-View-Template) pattern strictly for clear separation of concerns.
- Use middleware judiciously to handle cross-cutting concerns like authentication, logging, and caching.

Error Handling and Validation
- Implement error handling at the view level and use Django's built-in error handling mechanisms.
- Use Django's validation framework to validate form and model data.
- Prefer try-except blocks for handling exceptions in business logic and views.
- Customize error pages (e.g., 404, 500) to improve user experience and provide helpful information.
- Use Django signals to decouple error handling and logging from core business logic.

Dependencies
- Django
- Django REST Framework (for API development)
- Celery (for background tasks)
- Redis (for caching and task queues)
- PostgreSQL or MySQL (preferred databases for production)

Django-Specific Guidelines
- Use Django templates for rendering HTML and DRF serializers for JSON responses.
- Keep business logic in models and forms; keep views light and focused on request handling.
- Use Django's URL dispatcher (urls.py) to define clear and RESTful URL patterns.
- Apply Django's security best practices (e.g., CSRF protection, SQL injection protection, XSS prevention).
- Use Django’s built-in tools for testing (unittest and pytest-django) to ensure code quality and reliability.
- Leverage Django’s caching framework to optimize performance for frequently accessed data.
- Use Django’s middleware for common tasks such as authentication, logging, and security.

Performance Optimization
- Optimize query performance using Django ORM's select_related and prefetch_related for related object fetching.
- Use Django’s cache framework with backend support (e.g., Redis or Memcached) to reduce database load.
- Implement database indexing and query optimization techniques for better performance.
- Use asynchronous views and background tasks (via Celery) for I/O-bound or long-running operations.
- Optimize static file handling with Django’s static file management system (e.g., WhiteNoise or CDN integration).

Key Conventions
1. Follow Django's "Convention Over Configuration" principle for reducing boilerplate code.
2. Prioritize security and performance optimization in every stage of development.
3. Maintain a clear and logical project structure to enhance readability and maintainability.

Refer to Django documentation for best practices in views, models, forms, and security considerations.
AI轻松学

普通人的AI入门指南

帮助你以低成本、零基础学会如何利用AI工具。AI就像办公软件一样,是每个人的必备技能。 掌握AI会让你在求职中占据优势,在未来的工作和学习中事半功倍。

查看详情>
未经允许不得转载:首席AI分享圈 » 为Cursor配置Django编程提示词指令

首席AI分享圈

首席AI分享圈专注于人工智能学习,提供全面的AI学习内容、AI工具和实操指导。我们的目标是通过高质量的内容和实践经验分享,帮助用户掌握AI技术,一起挖掘AI的无限潜能。无论您是AI初学者还是资深专家,这里都是您获取知识、提升技能、实现创新的理想之地。

联系我们
zh_CN简体中文