Re: get_absolute_url not working on deployed site; exact same code works on dev site

2009-03-16 Thread Theme Park Photo, LLC
I have a feeling this is related (but I'm still stuck!) Occasionally, when I start it up, I see this: The URLCONF in settings.py looks OK File "/usr/lib/python2.4/site-packages/django/core/urlresolvers.py", line 198, in _get_urlconf_module self._urlconf_module =

get_absolute_url not working on deployed site; exact same code works on dev site

2009-03-16 Thread Theme Park Photo, LLC
I'm having problems with get_absolute_url not working. It works fine on my development site, but when I tried to deploy it, it fails, and I can't figure out why I'm using the "basic.blog" app >>> post = Post.objects.published() >>> p = post[0] >>> print p.get_absolute_url() Traceback (most