This app can generate a DBML output for all installed models.
Project description
django-dbml
This app can generate a DBML output for all installed models.
How to install and use?
1. Install the django-dbml package
pip install django-dbml
2. Put django_dbml on your django settings
'...',
'django_dbml',
'...',
3. Run the command to generate a DBML schema based on your Django models
$ python manage.py dbml
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-dbml-0.3.4.tar.gz
(2.9 kB
view hashes)