mirror of
https://github.com/django/django.git
synced 2025-10-15 04:49:49 +00:00
Removed an admonition in the tutorial about the old project layout.
There are no supported versions that use the old layout (<=1.3).
This commit is contained in:
parent
6d504562f5
commit
62939aba99
1 changed files with 0 additions and 7 deletions
|
@ -87,13 +87,6 @@ Let's look at what :djadmin:`startproject` created::
|
||||||
urls.py
|
urls.py
|
||||||
wsgi.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:
|
These files are:
|
||||||
|
|
||||||
* The outer :file:`mysite/` root directory is just a container for your
|
* The outer :file:`mysite/` root directory is just a container for your
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue