0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 19:20:56 +01:00

Update creating_pages.rst

This commit is contained in:
Dave Cranwell 2014-09-01 16:39:48 +01:00
parent 22f81498b5
commit 95d249918b

View File

@ -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