HI ,
I am trying to develop web app in django1.4. whenever i am clicking the new web app application it is creating in django 1.3.7, let us say the project name is "sample1" and it is running on username.pythonanywhere.com , but from bash i have installed the django 1.4 and while executing the django-admin.py startproject project_name command,i was getting the project in django 1.4 only, let us assume it is "sample2" , but how can i host this "sample2" 1.4 project to run on my username.pythonanywhere.com instead of defaulty running "sample1" app.