You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
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
James Schneider
unread,
Feb 17, 2016, 7:43:23 PM2/17/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
inspiringword
unread,
Jun 10, 2017, 3:25:26 PM6/10/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Try to remove django manually
sudo pip uninstall django
inspiringword
unread,
Jun 10, 2017, 3:25:31 PM6/10/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message