Package: python3-django Version: 1:1.10-2 Severity: normal Hello,
django-admin startproject foo
creates manage.py with the following shebang:
#!/usr/bin/env python
However on Debian python is python2 and not python3, therefore
running manage.py fails because it can't find the django module
(I only installed python3-django). It should use instead python3
in the shebang. I'm not sure if there's an easy fix, as
manage.py-tpl is provided by python-django-common.
Regards
Simon
--
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9
signature.asc
Description: PGP signature
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

