Okay I just started with Django and it's totally different from PHP. I installed Python 2.6 and Django.
Both are located in my C drive.
C:
Django
build
django
bin
django-admin.py
docs
Python26
I am doing the django site tutorial and when they say to write django-admin.py startproject mysite from my Python command line, I getting errors.
My django-admin.py is in the django/bin folder. I installed Python via python setup.py. How do I create a project with django?
Thanks :)