0xE111 / django-mptt-urls

Creating hierarchical URLs in Django associated with django-MPTT models
MIT License
36 stars 5 forks source link

`mptt_urls` must be in settings.INSTALLED_APPS #13

Closed ckarrie closed 3 years ago

ckarrie commented 3 years ago

Please add the hint in the readme to add mptt_urls to settings.INSTALLED_APPS. Thank you

0xE111 commented 3 years ago

It is not required, see the example app: https://github.com/c0ntribut0r/django-mptt-urls/blob/master/test_project/core/settings.py