Reusable Django Packages/Apps
Overview
Notes on workflow and best practices for creating and maintaining reusable packages/apps in Django.[1]
Workflow
Confirming the version of an installed app
Use the pip show command, e.g.:
$ pip show django-contact_info
Notes
- ↑ How to write reusable apps - Django Documentation