diff options
| author | Daniele Procida <daniele@vurt.org> | 2021-07-13 09:25:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-13 09:25:37 +0200 |
| commit | 22fbebc7444c8974f101c146f0fc18fe64ab48f6 (patch) | |
| tree | 23f3a7bd479f2f59bd2fcbc2e850c57a963a6939 /docs/howto/initial-data.txt | |
| parent | 4be58fcc369a024bd7ac72bb09af7d230499cccb (diff) | |
Refs #32880 -- Made some titles consistent in how-to documents.
This retitles documents for consistency, since some already (correctly)
begin "How to...".
Diffstat (limited to 'docs/howto/initial-data.txt')
| -rw-r--r-- | docs/howto/initial-data.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/howto/initial-data.txt b/docs/howto/initial-data.txt index b999f037fe..aafe14cc76 100644 --- a/docs/howto/initial-data.txt +++ b/docs/howto/initial-data.txt @@ -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 |
