Opened 12 years ago
Closed 12 years ago
#18921 closed Bug (invalid)
Mac Project Folders
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Core (Management commands) | Version: | 1.4 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I'm using Django on OSX Mountain Lion and notice a very strange issue.
Let's say I'm creating a project called "Derrick", the folder structure is created as shown below:
Derrick
-manage.py
-Derrick
--init.py
--settings.py
--urls.py
--wsgi.py
I don't understand why it creates a folder inside a folder unlike the layout discussed in the tutorial.
Change History (1)
comment:1 by , 12 years ago
Component: | Uncategorized → Core (Management commands) |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
If you are viewing the same version of the tutorial as me https://docs.djangoproject.com/en/1.4/intro/tutorial01/#creating-a-project , then the structure is as documented.