We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386e672 commit bf8d79fCopy full SHA for bf8d79f
base-requirements.txt
@@ -53,3 +53,4 @@ docxtpl==0.12.0
53
reportlab==3.6.6
54
django-extensions==3.1.4
55
django-import-export==2.7.1
56
+git+https://github.com/ewdurbin/django-dbml.git@0cc95cc44c9b7f4c9ff16c2ff236a79d3811ef90#egg=django-dbml
pydotorg/settings/base.py
@@ -212,6 +212,7 @@
212
'polymorphic',
213
'django_extensions',
214
'import_export',
215
+ 'django_dbml',
216
]
217
218
# Fixtures
0 commit comments