I\'ve seen this error posted several times, but I can\'t find anyone using Django 2.0 and having the problem.
The problem cropped up when I tried to nest one app inside
Because the "learning_logs" URL namespaces includes the "users" one, they are considered to be nested. So when you want to find a URL inside "users" you need to use both names in your url tags:
url
log out