Skip to content

Commit

Permalink
Merge pull request #239 from reagon0/trunk
Browse files Browse the repository at this point in the history
django 2.0 path()
  • Loading branch information
ubernostrum committed May 22, 2023
2 parents 94587a4 + 8ec9743 commit 56b9fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/one-step-workflow.rst
Expand Up @@ -50,7 +50,7 @@ can also do this in a URLconf. For example:

.. code-block:: python
from django.conf.urls import include, url
from django.urls import include, path
from django_registration.backends.one_step.views import RegistrationView
Expand Down

0 comments on commit 56b9fb4

Please sign in to comment.