diff options
| author | Edin Sarajlic <edin@saronline.net> | 2015-06-04 18:31:57 +1000 |
|---|---|---|
| committer | Markus Holtermann <info@markusholtermann.eu> | 2015-06-04 10:59:36 +0200 |
| commit | 40f2325df68b81e53ab6ab16a0001ee7c2026fc4 (patch) | |
| tree | 0e7c1b4f3c3ca0e5aeaba6b97f758cc9cd96e5be /docs/intro/tutorial01.txt | |
| parent | 57dbc87ade5533d78089690ec7795034ff69177a (diff) | |
Added migrations directory to file structure in tutorial
Diffstat (limited to 'docs/intro/tutorial01.txt')
| -rw-r--r-- | docs/intro/tutorial01.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index 3b2d756460..4eb8ecca4d 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -261,6 +261,8 @@ Your app directory should now look like:: polls/ __init__.py admin.py + migrations/ + __init__.py models.py tests.py urls.py |
