Changes between Initial Version and Version 1 of Ticket #26494


Ignore:
Timestamp:
Apr 12, 2016, 10:23:42 AM (8 years ago)
Author:
Tim Graham
Comment:

I'm not sure if the issue is with Django or with Python (e.g. https://bugs.python.org/issue15795 looks like a related issue) but accepting for further investigation. django/utils/archive.py is likely the place to investigate.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26494

    • Property Triage Stage UnreviewedAccepted
    • Property Summary executable flags lost when using an archive as a templateexecutable flags lost when using an archive as a project/app template
  • Ticket #26494 – Description

    initial v1  
    1 If I create new project using an archive (both zip or tar.gz), manage.py is not executable.
    2 If I unpack the archive first and than use the directory as a template, it works as expected.
     1If I create new project using an archive (both zip or tar.gz) containing an executable `manage.py`, e.g. `django-admin startproject --template=~/template.zip mysite`, `manage.py` is not executable in the resulting project. If I unpack the archive first and than use the directory as a template, it works as expected.
Back to Top