diff options
Diffstat (limited to 'docs/ref/django-admin.txt')
| -rw-r--r-- | docs/ref/django-admin.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 3ddb390428..0ea8252c71 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -926,7 +926,7 @@ with the ``--name`` option. The :class:`template context To work around this problem, you can use the :ttag:`templatetag` templatetag to "escape" the various parts of the template syntax. -.. _source: https://github.com/django/django/tree/master/django/django/conf/app_template/ +.. _source: https://github.com/django/django/tree/master/django/conf/app_template/ startproject <projectname> [destination] ---------------------------------------- @@ -980,7 +980,7 @@ with the ``--name`` option. The :class:`template context Please also see the :ref:`rendering warning <render_warning>` as mentioned for :djadmin:`startapp`. -.. _`template source`: https://github.com/django/django/tree/master/django/django/conf/project_template/ +.. _`template source`: https://github.com/django/django/tree/master/django/conf/project_template/ syncdb ------ |
