Bonjour,
J'ai une difficulté pour créer un projet Django 1.2.3 avec PyDev 1.6.3 sous Eclipse 3.6.1
Sous Ubuntu10.10 beaucoup d'exécutables Python n'ont plus l'extension *.py et c'est le cas pour django-admin.py
Or, Pydev cherche à lancer django-admin.py comme il est indiqué dans la documentation :
( http://pydev.org/manual_adv_django.html ) :
"That wizard will use django-admin.py startproject to create the project and will properly set the string substitution variables used inside of Pydev so that DJANGO_MANAGE_LOCATION points to the created manage.py location and the DJANGO_SETTINGS_MODULE points to the settings module."
Je ne trouve pas comment lui indique de ne pas utiliser les extensions .py ?
Merci![]()
Partager