-
-
Notifications
You must be signed in to change notification settings - Fork 186
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
When creating a django project using PyScaffold, the created folder structure doesn't follow PyScaffold 3.* src layout.
Steps to reproduce:
- With PyScaffold > 3.0, do:
$ putup myproj --django- Check the generated file structure:
$ tree myproj
myproj
├── AUTHORS.rst
├── CHANGELOG.rst
├── docs
│ ├── authors.rst
│ ├── changelog.rst
│ ├── conf.py
│ ├── index.rst
│ ├── license.rst
│ ├── Makefile
│ └── _static
├── LICENSE.txt
├── manage.py
**├── myproj**
│ ├── __init__.py
│ ├── settings.py
│ ├── urls.py
│ └── wsgi.py
├── README.rst
├── requirements.txt
├── setup.cfg
├── setup.py
├── src
**│ └── myproj**
│ ├── __init__.py
│ └── skeleton.py
└── tests
├── conftest.py
└── test_skeleton.py
6 directories, 22 filesMetadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working