1👍
✅
You should give the path that name:
app_name = 'users'
urlpatterns = [
# …
path('create/', views.create, name='create'),
# …
]
Source:stackexchange.com