Open
Description
We have a CMSApp subclass which defines some URLs in its get_urls()
method. All is fine when running the app, the defined URLs can be reversed.
When running tests with python manage.py test ...
, we're getting NoReverseMatch: Reverse for 'some_url_name' not found.
errors. Is there something we are doing wrong?
Environment
- Python version: 3.5
- Django version: 1.11
- django CMS version: 3.4.6