Search code examples
djangodjango-modelsdjango-database

Django - Database image from models


Is there any free app to generate database image schema from all models from all apps, as .jpg for example? I need image with tables and relations shown.

Thanks for help.


Solution

  • graph_models from django-extensions should do what you want.