Initially I had single project in django now I want delete the last project and start a fresh new project with the same name as the last one. How should I do so?Can deleting the project folders be sufficient.
最初,我在django中有一个项目,现在我想删除最后一个项目,并开始一个新的项目,和最后一个项目同名。我该怎么做呢?删除项目文件夹就足够了。
2 个解决方案
#1
17
Deleting the project folder is sufficient and make changes in your apache server too[if you have one].
删除项目文件夹就足够了,并在apache服务器中进行更改(如果您有的话)。
#2
0
As @Neverbackdown said deleting folder would be sufficient, but along with that you would also want to delete database or tables.
正如@Neverbackdown所说的那样,删除文件夹就足够了,但是你还需要删除数据库或表。
#1
17
Deleting the project folder is sufficient and make changes in your apache server too[if you have one].
删除项目文件夹就足够了,并在apache服务器中进行更改(如果您有的话)。
#2
0
As @Neverbackdown said deleting folder would be sufficient, but along with that you would also want to delete database or tables.
正如@Neverbackdown所说的那样,删除文件夹就足够了,但是你还需要删除数据库或表。