Assuming you have dot installed (graphviz)
dot
workon regluit; python manage.py graph_models --settings=regluit.settings.me core > docs/core_db_schema.dot dot -Tpng docs/core_db_schema.dot > docs/core_db_schema.png