Update creating_pages.rst

pull/576/head
Dave Cranwell 2014-09-01 16:39:48 +01:00
rodzic 22f81498b5
commit 95d249918b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -172,7 +172,7 @@ Helpful model descriptions
As your site becomes more complex users may require some prompting in deciding which content type to use when creating a new page. Developers can add a description to their Models by extending Django's internal model ``Meta`` class.
Insert the following once at the top of your models.py:
Insert the following once at the top of your ``models.py``:
.. code-block:: python