Changes between Initial Version and Version 1 of Ticket #1040, comment 6
- Timestamp:
- Mar 26, 2011, 9:09:24 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1040, comment 6
initial v1 4 4 * `.../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. 5 5 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.6 Do 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. 7 7 8 8 [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?