summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial01.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-09-05 14:43:33 -0400
committerTim Graham <timograham@gmail.com>2014-09-05 14:43:33 -0400
commit62939aba994390701a404830f047dbeeee2b84d0 (patch)
tree449aa6a4d9558120a6632d89bc20164ecddf3260 /docs/intro/tutorial01.txt
parent6d504562f5f27698a668759254101290b82e89b9 (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.txt7
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