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

@@ -8,7 +8,7 @@ Sites can be assigned an optional facility ID to identify the actual facility ho
### Regions
Sites can be arranged by geographic region. A region might represent a continent, country, city, campus, or other area depending on your use case. Region assignment is optional.
Sites can optionally be arranged by geographic region. A region might represent a continent, country, city, campus, or other area depending on your use case. Regions can be nested recursively to construct a hierarchy.
---