Re: Admin page url reference problem

2008-02-07 Thread paceman
ore of > the views (defined in the urls.py) don't exist an exception is > raised.  However, the results are cached and subsequent loading of > thepagedon't cause an error (but the links are now incorrect). > > So check your urls.py and see if that clears up theproblem. > >

Admin page url reference problem

2008-01-27 Thread paceman
I seem to be having a problem with the django Admin facility. I have used it quite some time with no problems, however, I ran into a problem and it may relate to how I tried to solve some other problems. So here is some background that may be important. Background: *

Re: Pickling error in Django using Apache2

2007-04-08 Thread paceman
time. What do you think? On Apr 6, 3:54 pm, "Jeremy Dunck" <[EMAIL PROTECTED]> wrote: > On 4/6/07, paceman <[EMAIL PROTECTED]> wrote: > > > > > I guess what I am beginning to realize is that everytime I call my > > mydatetime = getHubIndexUpdateDate(0),

Re: Pickling error in Django using Apache2

2007-04-06 Thread paceman
info. Thanks to all as it is slowly dawning on me what is going on. Let me know if I am on the right track. On Apr 6, 3:30 pm, "Jeremy Dunck" <[EMAIL PROTECTED]> wrote: > On 4/6/07, paceman <[EMAIL PROTECTED]> wrote: > > > Next I tried it with

Re: Pickling error in Django using Apache2

2007-04-06 Thread paceman
\x00\\x00\\x00'\ncpsycopg2.tz\nFixedOffsetTimezone\np2\n(tRp3\n(dp4\nS'_offset'\np5\ncdatetime\ntimedelta\np6\n(I-1\nI68400\nI0\ntRp7\nsbtRp8\n.") datetime.datetime(2007, 3, 3, 10, 51, 36, tzinfo=) Seemed to work as well. Am I looking at the wrong thing? Why is Pickling working here

Re: Pickling error in Django using Apache2

2007-04-06 Thread paceman
__', '_name', '_offset', 'dst', 'fromutc', 'tzname', 'utcoffset'] I was trying to see if I could pickle and unpickle the datatime that I appear to have problems with, and to see if the tzinfo object had and __init__ method since the

Re: Pickling error in Django using Apache2

2007-04-05 Thread paceman
first place. Thank-you for straightening me out on my misinterpretation of the trace. I see what you mean. I may temporarily remove the update_date and see if the problem goes away - an confirmation that this is where the problem is. On Apr 5, 3:59 pm, "Jeremy Dunck" <[EMAIL PROTECTED]> wr

Re: Pickling error in Django using Apache2

2007-04-05 Thread paceman
Jeremy, the added detail you have provided caused me to go back and look at my code to see if I am doing what you are suggesting. It is not obvious to me. I believe I add two things to request.session. One is an update_date that comes from a postgresql database and the other is a status text str

Re: Pickling error in Django using Apache2

2007-04-05 Thread paceman
I am not aware of and that causes the pickling of the object not to work? If anyone has any more specific encounters with this, please let me know. On Apr 4, 5:05 pm, "Jeremy Dunck" <[EMAIL PROTECTED]> wrote: > On 4/4/07, paceman <[EMAIL PROTECTED]> wrote: > ... > &

Pickling error in Django using Apache2

2007-04-04 Thread paceman
I am experiencing a pickling error when accessing Django web pages via Apache2 in authorized sessions. I am currently using: Debian Distribution - Etch Django - 0.95.1-1 Apache2 - 2.2.3-4 Apache2-mpm-prefork - 2.2.3-4 Libapache2-mod-python - 3.2.10-3 Using the Django session and authorization f