python-django

Installation
SKILL.md

Python & Django for Saleor

Before writing code

Fetch live docs:

  1. Web-search site:docs.djangoproject.com topics models querysets for current Django ORM documentation
  2. Web-search site:docs.djangoproject.com topics signals for Django signals reference
  3. Web-search site:docs.celeryq.dev userguide tasks for Celery task patterns and configuration
  4. Web-search site:docs.saleor.io developer for Saleor-specific Django conventions
  5. Fetch https://docs.python.org/3/library/typing.html for Python type hints reference

Django ORM Patterns for Saleor

QuerySet Operations

Related skills
Installs
2
GitHub Stars
29
First Seen
Mar 31, 2026