-
Hello. I'm seeking help to understand how the urls registration works. I can't manage to understand why I keep having NoReverseMatch at / I've made the simplest code with which i get the error : setup.py :
urls.py :
The plugin appears as installed in the app. When I add a reference to the declared URL, like in navigation.py, I get the error.
This happens on a fresh install, version 3.4.3. Thanks a lot |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Solved by touch'ing filtersets.py |
Beta Was this translation helpful? Give feedback.
Solved by touch'ing filtersets.py
The file isn't referenced in my code though.