Inline comments for the breads model

pull/122/head
Edd Baldry 2017-03-27 19:24:34 +01:00
rodzic a435a1971b
commit 13e3a52041
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -16,8 +16,9 @@ from bakerydemo.base.models import BasePageFieldsMixin
@register_snippet
class Country(models.Model):
"""
Standard Django model to store set of countries of origin.
Exposed in the Wagtail admin via Snippets.
A Django model to store set of countries of origin.
It uses the `@register_snippet` decorator to allow it to be accessible
as via the Snippets UI (e.g. /admin/snippets/breads/country/)
"""
title = models.CharField(max_length=100)