python-django
Installation
SKILL.md
Python & Django for Saleor
Before writing code
Fetch live docs:
- Web-search
site:docs.djangoproject.com topics models querysetsfor current Django ORM documentation - Web-search
site:docs.djangoproject.com topics signalsfor Django signals reference - Web-search
site:docs.celeryq.dev userguide tasksfor Celery task patterns and configuration - Web-search
site:docs.saleor.io developerfor Saleor-specific Django conventions - Fetch
https://docs.python.org/3/library/typing.htmlfor Python type hints reference