Re: Hardy Upgrade And PythonPath

2008-04-30 Thread dayvo
Thank you! That solves my problem I was afraid they decided to rip out generic relationships. I know some people don't like using a model like that but the truth is that it's been used in practice for a long time. There are advantages to it in some situations. I'll take your advice and use th

Re: Hardy Upgrade And PythonPath

2008-04-30 Thread Rajesh Dhawan
On Apr 30, 6:08 pm, dayvo <[EMAIL PROTECTED]> wrote: > Thank you for the advice on this problem.  I haven't touched Django > since I finished this project.  It's been about 4 months. > > Having had some more time to explore the issue, I believe the problem > lies here: > > from django.contrib.co

Re: Hardy Upgrade And PythonPath

2008-04-30 Thread cjl
Actually, if you installed Django from synaptic you probably have: http://packages.ubuntu.com/hardy/python-django Which is actually older than trunk. Your code, and the above import, needs trunk to work, I think. See: http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#Genericrelati

Re: Hardy Upgrade And PythonPath

2008-04-30 Thread dayvo
Thank you for the advice on this problem. I haven't touched Django since I finished this project. It's been about 4 months. Having had some more time to explore the issue, I believe the problem lies here: from django.contrib.contenttypes import generic In my models.py, I'm using generic forei

Re: Hardy Upgrade And PythonPath

2008-04-30 Thread Rajesh Dhawan
On Apr 29, 7:55 pm, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > On Apr 30, 3:26 am, Rajesh Dhawan <[EMAIL PROTECTED]> wrote: > > > > > > > Hi, > > > > I could use some help getting my Django website back up after an > > > upgrade to Hardy Heron.  Instead of using svn to get Django, I used > >

Re: Hardy Upgrade And PythonPath

2008-04-29 Thread Graham Dumpleton
On Apr 30, 3:26 am, Rajesh Dhawan <[EMAIL PROTECTED]> wrote: > Hi, > > > > > I could use some help getting my Django website back up after an > > upgrade to Hardy Heron. Instead of using svn to get Django, I used > > synaptic this time. Now my site doesn't work and I'm a bit confused > > on path

Re: Hardy Upgrade And PythonPath

2008-04-29 Thread Rajesh Dhawan
Hi, > I could use some help getting my Django website back up after an > upgrade to Hardy Heron. Instead of using svn to get Django, I used > synaptic this time. Now my site doesn't work and I'm a bit confused > on path names. > > I believe Hardy installed Django to /var/lib/python-support/pyth

Hardy Upgrade And PythonPath

2008-04-29 Thread dayvo
I could use some help getting my Django website back up after an upgrade to Hardy Heron. Instead of using svn to get Django, I used synaptic this time. Now my site doesn't work and I'm a bit confused on path names. I believe Hardy installed Django to /var/lib/python-support/python2.5/ django My