Saturday, July 31, 2010

django-admin.py not working

Im using ubuntu

I managed to get through the poll project working on the django tut.
then tried another project

At the prompt i get

gino@gino-laptop:~/djangoDEV$ django-admin
The program 'django-admin' is currently not installed. You can
install it by typing:
sudo apt-get install python-django

what is the matter?

I verified that django is installed:

gino@gino-laptop:~/djangoDEV$ python
Python 2.6.4 (r264:75706, Dec 7 2009, 18:45:15)
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import django
>>>

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment