Re: Error(after updating to django 1.9

2017-06-10 Thread inspiringword
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==

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+unsubscr...@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.


Re: Error(after updating to django 1.9

2017-06-10 Thread inspiringword
Try to remove django manually 
sudo pip uninstall django


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+unsubscr...@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/c972938e-7e19-450d-8ac5-a6e74393ccba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error(after updating to django 1.9

2016-02-17 Thread James Schneider
On Wed, Feb 17, 2016 at 8:34 AM, 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
>

Are you trying to create a project with the same name in the same location?
You'll need to either delete/move the existing project, or pick a new
name/location for your new project.

If you are just trying to update Django itself, but keep the same project
files, then there's no need to start a new project. You'll just update the
code in your existing project to work with Django 1.9 after updating your
Django installation (usually through pip).

-James

-- 
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+unsubscr...@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/CA%2Be%2BciXEWAYVCZNkDSuUaZ-%2BxEZNiMd8Q7Vw7ysn2J4rLR2BAQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Error(after updating to django 1.9

2016-02-17 Thread Deepak Gupta

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+unsubscr...@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/bd15a19b-8cc8-4de3-a231-4a8e3c98a7e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.