mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Refs #32880 -- Made some titles consistent in how-to documents.
This retitles documents for consistency, since some already (correctly) begin "How to...".
This commit is contained in:
parent
4be58fcc36
commit
22fbebc744
15 changed files with 45 additions and 45 deletions
|
@ -1,6 +1,6 @@
|
|||
=================================
|
||||
Providing initial data for models
|
||||
=================================
|
||||
======================================
|
||||
How to provide initial data for models
|
||||
======================================
|
||||
|
||||
It's sometimes useful to pre-populate your database with hard-coded data when
|
||||
you're first setting up an app. You can provide initial data with migrations or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue