Ok Ramiro While looking to explain it clearer, I isolated the problem : I'm calling an online gzipped template (from a github repo actually), and the problem is the final output of the startproject command , example here to create a "pony" project :
$ django-admin.py startproject --template=https://github.com/quinode/coop-template/tarball/master pony $ tree pony pony └── github-repo-name-b8bf505 ├── local_site │ ├── admin.py │ ├── __init__.py │ ├── local_settings.py ... Instead of using the content of the unzipped folder, the command outputs it also in the rendering So this is not really a bug, rather an unexpected behaviour, that means I have to create a gzip archive without an enclosing folder Dominique -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/cH-9uq1LL-UJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

