Re: site is built with django, but my server doesn't know that...

2007-11-07 Thread RajeshD
> 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] > >

site is built with django, but my server doesn't know that...

2007-11-07 Thread erica g
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