Hi all, I'm sorry- my last django question was all over the place. I hope
it is reasonable to you if I recap. Thank you!

Hi, and thanks for reading. Eventually, I want to be able to complete this
project:
https://docs.djangoproject.com/en/dev/intro/tutorial01/# (Writing your
first Django application)
I am on a Mac.

To check if I had Django installed, I typed

python -c "import django; print(django.get_version())"

and got back

Traceback (most recent call last):
File "<string>", line 1, in <module>Import
Error: No module named django

I'm assuming that that means I do not have django installed correctly.

So I go back to the quick install guide. I have python installed.I just
installed pip and I'm getting a password prompt. Is this the password of
the administrator on my mac? I can not enter any text into this prompt.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to