diff options
| author | Tim Graham <timograham@gmail.com> | 2014-09-05 14:43:33 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-09-05 14:43:33 -0400 |
| commit | 62939aba994390701a404830f047dbeeee2b84d0 (patch) | |
| tree | 449aa6a4d9558120a6632d89bc20164ecddf3260 /docs/intro/tutorial01.txt | |
| parent | 6d504562f5f27698a668759254101290b82e89b9 (diff) | |
Removed an admonition in the tutorial about the old project layout.
There are no supported versions that use the old layout (<=1.3).
Diffstat (limited to 'docs/intro/tutorial01.txt')
| -rw-r--r-- | docs/intro/tutorial01.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt index 14a56c64a3..6a483a61cd 100644 --- a/docs/intro/tutorial01.txt +++ b/docs/intro/tutorial01.txt @@ -87,13 +87,6 @@ Let's look at what :djadmin:`startproject` created:: urls.py wsgi.py -.. admonition:: Doesn't match what you see? - - The default project layout recently changed. If you're seeing a "flat" - layout (with no inner :file:`mysite/` directory), you're probably using - a version of Django that doesn't match this tutorial version. You'll - want to either switch to the older tutorial or the newer Django version. - These files are: * The outer :file:`mysite/` root directory is just a container for your |
