holtwood

60 mods across 1 repository, 230 stars between them.

holtwood/awesome-cursorrules-zh

Cursor rule

A set of coding rules for building Laravel packages, which are reusable extensions for Laravel applications. It covers package structure, code style, helper functions, type safety, editor suggestions, and documentation.

230 26d ago A 0 tokens original MIT

holtwood/awesome-cursorrules-zh

Cursor rule

A writing guide for the README.md file that documents a Laravel package. It covers the package overview, Composer installation, configuration, usage examples, testing, contributions, licensing, and optional change history.

230 26d ago A 4 tokens original MIT

django-forms

54

holtwood/awesome-cursorrules-zh

Cursor rule

A set of Django rules for handling forms and model forms, which are web forms connected to database models. It covers validation and where to place form-related business logic.

230 26d ago A 0 tokens original MIT

django-middleware

55

holtwood/awesome-cursorrules-zh

Cursor rule

Guidelines for using Django middleware to handle shared web tasks such as authentication, logging, caching, and security. Middleware is code that runs around web requests and responses.

230 26d ago A 0 tokens original MIT

django-models

56

holtwood/awesome-cursorrules-zh

Cursor rule

A small set of rules for Django models, the Python framework's definitions of database-backed data. It also guides how Django code should access and validate that data.

230 26d ago A 0 tokens original MIT

holtwood/awesome-cursorrules-zh

Cursor rule

A set of rules for Django REST Framework, a Django toolkit for building web APIs. It covers serializers that turn data into JSON responses, while Django templates render HTML pages.

230 26d ago A 0 tokens original MIT

django-settings

58

holtwood/awesome-cursorrules-zh

Cursor rule

A set of Django project configuration rules listing common dependencies and conventions. Django is a Python web framework, while Django REST Framework helps build APIs; Celery handles background jobs, and Redis can provide caching and task queues.

230 26d ago A 0 tokens original MIT

django-templates

59

holtwood/awesome-cursorrules-zh

Cursor rule

Guidelines for using Django’s template system to turn data into HTML pages, with Django REST Framework serializers for JSON responses.

230 26d ago A 0 tokens original MIT

django-urls

60

holtwood/awesome-cursorrules-zh

Cursor rule

A set of rules for defining clear, REST-style URL patterns in Django, a Python web framework. The rules are intended for the project’s URL configuration file, usually called urls.py.

230 26d ago A 0 tokens original MIT