Update creating_pages.rst

pull/494/merge
Dave Cranwell 2014-09-01 16:34:32 +01:00
rodzic 98fd81e910
commit 84aa8a1887
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -183,9 +183,10 @@ Then for each model as necessary, add a description attribute to the model ``Met
.. code-block:: python
class HomePage(Page):
...
class Meta:
description = "The top level homepage for your site"
verbose_name = "Homepage"