1

I have used virtualenv created a Django project:

django-admin.py startproject myweb

But now I want to remove/delete this project,what should I do?

Can I just directly rm -r myweb or not?

William
  • 3,724
  • 9
  • 43
  • 76
  • If you're on your own computer, what is keeping you from deleting the folder manually? in case you're on a server, you're good to go with your command `rm -r myweb`. Before doing this, make sure you don't need any files in it. If you need a prompt to confirm the deletion of each item `rm -ri myweb`. This can be annoying – Lemayzeur Jul 06 '18 at 16:56
  • Thank you!I have deleted it in digtalocean. – William Jul 06 '18 at 22:14
  • Hi friend, could you help me with this question https://stackoverflow.com/questions/51335254/how-to-save-and-exit-redis-conf it's about redis and vim,thank you so much! – William Jul 14 '18 at 04:35
  • Hi friend, sorry to trouble you.Could you help me with this question https://stackoverflow.com/questions/51354285/gunicorn-service-failed-with-result-exit-code it is about Django deployment with gunicorn Thanks a lot! – William Jul 16 '18 at 03:48
  • No worries! I was out for the weekend. I am very glad to be of help. It seems that question was removed by you – Lemayzeur Jul 16 '18 at 15:22
  • Yes,I have solved it!Very glad to hear back from you!Thank you! – William Jul 17 '18 at 22:24
  • Hi friend could you help me with this question?Thank you so much!https://stackoverflow.com/questions/51680988/how-to-create-link-for-one-of-the-category-in-django – William Aug 03 '18 at 22:59
  • Hi @Lemayzeur can you help me with this Django question https://stackoverflow.com/questions/52159365/reverse-for-news-detail-with-arguments-not-found-1-patterns-tried ? really need your help thank you so much! – William Sep 04 '18 at 14:16
  • Hi @Lemayzeur can you help me with this question? https://stackoverflow.com/questions/52695610/after-deleting-digitalocean-spaces-static-link-still-point-to-digitalocean – William Oct 08 '18 at 04:57
  • Hi @Lemayzeur can you help me with this Django question? https://stackoverflow.com/questions/52825673/how-to-use-the-category-name-as-url-suffix-in-django realy appreciate! – William Oct 15 '18 at 22:44

0 Answers0