diff --git a/docs/installation.rst b/docs/installation.rst index 2f94ca47..8d61b36d 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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...