Move your model's verbose name and help_text to database comments:
The full documentation is at https://django-db-comments.readthedocs.io.
Install Django Db Comments:
pip install django-db-comments
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'django_db_comments',
...
)
- Copy verbose_name and help_text to columns in DB, currently: Postgres.
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Tools used in rendering this package: