Open hnarayanan opened 4 months ago
With the difference between two similar sections being:
docs/
├── installation.rst
│ # Focused solely on installing the package:
│ # - System requirements
│ # - Step-by-step installation process (pip install, adding to INSTALLED_APPS)
│ # - Verifying successful installation
│ # - Troubleshooting common installation issues
│
├── quickstart.rst
│ # Concise guide for experienced Django users to quickly implement core features:
│ # - Brief overview of key concepts (ExtensibleModelMixin, ExtensionSchema)
│ # - Minimal example of creating an extensible model
│ # - Basic usage of admin integration, forms, and serializers
│ # - Quick reference for common operations
│ # - Pointers to relevant sections of the full tutorial for more details
Using the following format: