For contributors¶
Notes for working on django-cotton-gallery itself — setup, testing, architecture, release process. If you're consuming the library in your project, see the user docs instead.
| File | When you need it |
|---|---|
| development.md | First-time setup. Cloning, installing, running the demo. |
| testing.md | What tests exist, where they live, how to run them, how to add new ones. |
| architecture.md | Why the package is laid out the way it is. Decisions and tradeoffs. |
| i18n.md | Adding a string to the gallery; adding a new language. |
| release.md | Cutting a new version, publishing to PyPI, post-release checklist. |