Add domain application data model

This commit is contained in:
Neil Martinsen-Burrell 2022-11-02 09:42:15 -05:00
parent d3b9a993cd
commit 6263b69c34
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
8 changed files with 799 additions and 80 deletions

View file

@ -19,6 +19,7 @@ django-formtools = "*"
django-widget-tweaks = "*"
cachetools = "*"
requests = "*"
django-fsm = "*"
[dev-packages]
django-debug-toolbar = "*"
@ -31,3 +32,4 @@ types-requests = "*"
django-stubs = "*"
django-webtest = "*"
types-cachetools = "*"
graphviz = ">=0.4"