Forums

how to remove a project

Hi,

I created a project using django-admin.py startproject mysite How can I remove it and start another one ?

Thanks Dan

Just delete the folder. If the project is installed in your settings.py, remove it.

I had done this. And when I run django-admin.py startproject mysite the folder structure is: mysite/ manage.py init.py settings.py urls.py

so it doesn't create the folder mysite/mysite, the files are not written in the correct folder and wsgi.py is missing

This may be a difference between django 1.3 (which is currently our default for python 2) and later versions. If you want to use Django 1.6, use Python 3, or use a virtualenv. There are instructions here: https://www.pythonanywhere.com/wiki/VirtualEnvForNewerDjango