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
Set users as the value of the namespace keyword argument of include method to set the appropriate application namespace:
users
namespace
include
path('users/', include('users.urls', namespace='users'))