Skip to content

Commit bf8d79f

Browse files
committed
install django-dbml
1 parent 386e672 commit bf8d79f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

base-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,4 @@ docxtpl==0.12.0
5353
reportlab==3.6.6
5454
django-extensions==3.1.4
5555
django-import-export==2.7.1
56+
git+https://github.com/ewdurbin/django-dbml.git@0cc95cc44c9b7f4c9ff16c2ff236a79d3811ef90#egg=django-dbml

pydotorg/settings/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@
212212
'polymorphic',
213213
'django_extensions',
214214
'import_export',
215+
'django_dbml',
215216
]
216217

217218
# Fixtures

0 commit comments

Comments
 (0)