mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Fixed a rST warning with implicite target name
committer: Jannis Leidel <jannis@leidel.info> --HG-- extra : convert_revision : 5899ac70c9ff2ae1c4931ca1fd6a4bf9c6c31a34
This commit is contained in:
parent
a5d8d3bd92
commit
6a7c5da99e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
=======
|
||||
|
|
|
|||
Loading…
Reference in a new issue