mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 14:34:53 +03:00
Minor fix
This commit is contained in:
parent
820ccd2fb6
commit
1ba7720416
|
@ -9,7 +9,7 @@ from {{ cookiecutter.project_slug }}.users.views import (
|
|||
)
|
||||
|
||||
app_name = "users"
|
||||
urlpatterns += [
|
||||
urlpatterns = [
|
||||
path("", view=user_list_view, name="list"),
|
||||
path("~redirect/", view=user_redirect_view, name="redirect"),
|
||||
path("~update/", view=user_update_view, name="update"),
|
||||
|
|
Loading…
Reference in New Issue
Block a user