# TODO: add menu support (add also menu to nav_menu template tag)
# TODO: Page - add reverse id (or use empty route name?!) to retrieve/check specific page in templates, especially in menu
# TODO: write tests
# TODO: add nav_pagination template tags
# TODO: write README: pypi dependencies: importlib, autoslug (django-autoslug==1.9.3), slugify (python-slugify==1.2.1), modeltranslation (optional)


# TODO: add visibility restrictions to Page/Route:
# NONE = 0, ONLY_USERS = 1, ONLY_STAFF = 2, ONLY_SUPERUSERS = 3