Changes between Initial Version and Version 1 of Ticket #26494
- Timestamp:
 - Apr 12, 2016, 10:23:42 AM (10 years ago)
 
Legend:
- Unmodified
 - Added
 - Removed
 - Modified
 
- 
      
Ticket #26494
- Property Triage Stage Unreviewed → Accepted
 - Property Summary executable flags lost when using an archive as a template → executable 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. 1 If 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.