Implemented recursive regions with django-mptt

This commit is contained in:
Jeremy Stretch
2017-02-28 14:15:15 -05:00
parent f3b9930dea
commit 9313ba08ed
11 changed files with 80 additions and 26 deletions

View File

@@ -3,6 +3,7 @@ cryptography>=1.4
Django>=1.10
django-debug-toolbar>=1.6
django-filter==0.15.3
django-mptt==0.8.7
django-rest-swagger==0.3.10
django-tables2>=1.2.5
djangorestframework>=3.5.0