Saturday, June 10, 2017

Re: Error(after updating to django 1.9

Try to remove manually
     sudo pip uninstall django
     sudo rm /usr/local/lib/python2.7/dist-packages/django_* -rf 

 Then install latest version 
     sudo pip install django==<version>

this worked for me.


On Wednesday, February 17, 2016 at 10:24:17 PM UTC+5:30, Deepak Gupta wrote:

I am trying to create a project
CommandError: /home/shaastr/bnms/manage.py already exists, overlaying a project or app into an existing directory won't replace conflicting files

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/93094e85-7ae6-42f0-a981-d363dc097bbf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment