Skip to content

Commit

Permalink
Merge pull request #285 from chelseybeck/patch-1
Browse files Browse the repository at this point in the history
fix: update import statement to align with latest version of Django
  • Loading branch information
lino authored Oct 3, 2024
2 parents d75cae8 + 1acc95d commit 3310ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ following to your project ``urls.py`` file:
.. code-block:: python
import django
from django.conf.urls import url
from django.urls import re_path as url
from django.views.i18n import JavaScriptCatalog
# Your normal URLs here...
Expand Down

0 comments on commit 3310ae7

Please sign in to comment.