Changes between Initial Version and Version 1 of Ticket #1040, comment 6


Ignore:
Timestamp:
Mar 26, 2011, 9:09:24 PM (14 years ago)
Author:
Ramiro Morales

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1040, comment 6

    initial v1  
    44 * `.../site-packages/django/conf/project_template/manage.py` has no executable bits; be it either by installing with `python setup.py install` from the uncompressed tarball or by running `pip install Django`, all this in a virtualenv.
    55
    6 Do note that e.g. part one of the Tutorial uses `python manage.py <command>` but ther is an inconsistency regarding executable bits of manage.py has this inconsistency between a `startproject` done with e.g. a VCS checkout and with an official release installation.
     6Do note that e.g. part one of the Tutorial uses `python manage.py <command>` but there is an inconsistency regarding executable bits of manage.py between a `startproject` done with e.g. a VCS checkout and with an official release installation.
    77
    88[http://docs.python.org/distutils/sourcedist.html Python docs] say nothing about executable permission of files that aren't listed in the `scripts` setup.py section. Perhaps it isn't possible at all?
Back to Top