I have very basic experience with Django templating and creating
models and apps.  The developer who built my site is gone and I am
trying to sort things out.  I know our site runs on Django.  I used to
have Django installed on my own machine and did all of my mini-
development work there (like creating models and apps and modifying
admin and public views).  Now I want to do that directly on the
server.  However when I try to do anything Django-ish, my server
doesn't seem to know that Django is installed.  Here is what I do and
what it all looks like:

log in as [EMAIL PROTECTED]

[EMAIL PROTECTED]:~# python
Python 2.5.1, Ubuntu 4.1.2 etc. etc.
>>>

So Python is installed and I've opened the interpreter, right?

Then this:

>>> import django [to verify that django is installed]

and I get

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

Any ideas??

Thanks!


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to