Thursday, November 3, 2011

Re: I've done my first project in django but now I can't start a new one.. ?!

You've probably changed your .py file association in Explorer, probably when configuring Notepad++.

Try changing them back so that python executes .py files or  run

> python django-admin.py startproject todo


Cheers,
AT



On Thu, Nov 3, 2011 at 4:58 AM, paz aricha <bluz.designer@gmail.com> wrote:
I finished the ThinkVitamin tutorial on the polls app and now I want
to start a new project to work on.
So I opened my command line (on windows) and types:
"django-admin.py startproject todo"
But it didn't work...Instead it just opens the django-admin.py file
in
notepadd++ and does nothing else.
Have you encountered such problem? how do I solve this?

Thanks and Sorry if this is a newb question.
Paz.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.


--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment