search

Home  >  Q&A  >  body text

python - 正确删除一个Django项目的做法是怎样的?

版本信息:Django 1.7,Python 3.4
使用Django的admin创建(start)了一个项目(project),但是想全部推倒重来,所以要把这个项目删掉。
我想使用admin创建项目的时候,在Django中会“注册”了一些什么,所以直接删掉目录太直接粗暴了。Django有没有与之相关的命令,怎样做才安全、彻底?

ringa_leeringa_lee2767 days ago637

reply all(2)I'll reply

  • 伊谢尔伦

    伊谢尔伦2017-04-17 13:47:43

    All information should be stored in the current folder

    reply
    0
  • PHPz

    PHPz2017-04-17 13:47:43

    Answer from Stack Overflow.
    My fault for not looking for the answer first

    Deleting the project folder is sufficient and make changes in your apache server too[if you have one].

    reply
    0
  • Cancelreply