Forum archive
Having problems starting a django project.
Ok, after I build the Django Turnkey, I went into Python to verify it has Django installed. It was.
>>> import django
>>> django.VERSION
(1, 4, 5, 'final', 0)
>>>
I assumed at this point that django, and it's associated admin tool was installed, so I did the
following commands..
jdcrunchman@django ~$ mkdir django_test
jdcrunchman@django ~$ cd django_test
jdcrunchman@django ~/django_test$ django-admin.py startproject testsite
-bash: django-admin.py: command not found
So, obviously, there is one step I'm not doing. Can someone please help me
determine what step I'm missing?
Also, is there a LIVE forum, using some text chat mechanism?
Please email to jdcrunchman@gmail.com unless there is a way to get these responses directly
to my mailbox.
There are so many things I don't know. I was using DjangoDoc.com and I followed it, but it is wrong. Because I did... django-admin.py startproject mysite
Instead of....... django-admin startproject mysite
I didn't realize there was so many differences, since my best docmentation on Django is
Djangobook.com
Unless there is a new one... I wonder how many other differences there are.
john