Fixed a rST warning with implicite target name

committer: Jannis Leidel <jannis@leidel.info>

--HG--
extra : convert_revision : 5899ac70c9ff2ae1c4931ca1fd6a4bf9c6c31a34
This commit is contained in:
Jannis Leidel 2009-04-11 11:18:01 +02:00
parent a5d8d3bd92
commit 6a7c5da99e

View file

@ -217,7 +217,7 @@ Short installation howto
Management commands
===================
``dbtemplates`` comes with two `management commands`_ to be used with ``django-admin.py`` or ``manage.py``:
``dbtemplates`` comes with two `Django management commands`_ to be used with ``django-admin.py`` or ``manage.py``:
* ``sync_templates``
@ -229,7 +229,7 @@ Management commands
Tries to add the two templates ``404.html`` and ``500.html`` that are used
by Django when a error occurs.
.. _management commands: http://docs.djangoproject.com/en/dev/ref/django-admin/
.. _Django management commands: http://docs.djangoproject.com/en/dev/ref/django-admin/
Support
=======