You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,13 @@ Specify the ``PROJECT_HOME_NAMESPACE`` in ``settings.py``:
48
48
PROJECT_HOME_NAMESPACE='project_name:index_view'
49
49
50
50
51
+
Rather than using an internal namespace, you can also set ``PROJECT_HOME_NAMESPACE`` to a specific URL:
52
+
53
+
.. code-block:: python
54
+
55
+
PROJECT_HOME_NAMESPACE='djangoproject.com'
56
+
57
+
51
58
By default, a link created with a ``project_home_tags`` template tag has 'Home' as its text. This can be overridden by defining an optional project-wide label with ``PROJECT_HOME_LABEL`` in ``settings.py``:
0 commit comments