Re: New to Django, having difficulty creating first app. PLEASE HELP!

2012-08-26 Thread lukedc
Thank you Matt, that answered my question!. Thank you so much, it was very nice of you. On Friday, August 24, 2012 6:36:33 PM UTC-5, MattDale wrote: > > Glad you are trying out Django. > > That error is telling you what's wrong The directory that you are in does > not include the file "manage.

Re: New to Django, having difficulty creating first app. PLEASE HELP!

2012-08-24 Thread MattDale
Glad you are trying out Django. That error is telling you what's wrong The directory that you are in does not include the file "manage.py". Depending on your operating system, when you get this error, get the contents of the directory(windows, type dir and press enter) if the outputted list d

New to Django, having difficulty creating first app. PLEASE HELP!

2012-08-24 Thread lukedc
Hello everyone, I am doing the django tutorial. https://docs.djangoproject.com/en/1.4/intro/tutorial01/ I am on the part where it says, "The development server". It says: Let's verify this worked. Change into the outer mysite directory, if you haven't already, and run the command python mana