mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed typo in docs/intro/tutorial01.txt.
This commit is contained in:
parent
426ead27bd
commit
a6f0b6a98f
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ The first step in writing a database Web app in Django is to define your models
|
|||
|
||||
.. admonition:: Philosophy
|
||||
|
||||
A model is the single, definitive source of data about your data. It contains
|
||||
A model is the single, definitive source of truth about your data. It contains
|
||||
the essential fields and behaviors of the data you're storing. Django follows
|
||||
the :ref:`DRY Principle <dry>`. The goal is to define your data model in one
|
||||
place and automatically derive things from it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue