Generate ERD from Django Models
Instructions adapted from https://wadewilliams.com/software/generating-erd-for-django-applications/
Complete scripts are available to download:
First time setup only
- Install pip packages for django-extensions and graphviz: [ pip install django-extensions graphviz pydotplus ]
- Add "django_extensions" to INSTALLED_APPS in settings.py.
- Install Graphviz for Windows: https://gitlab.com/graphviz/graphviz/-/package_files/6164164/download