Re: how should I get the request object?

2012-11-27 Thread Wade Williams
I share the disdain for global variables as well. I'm fairly new to Django, and what I'm not understanding is when the request object is available for inclusion. I have a custom session backend that I've built in order to support a legacy user model and session table -- when I tried to simply a

Truncating Session Table makes site hang indefinitely

2012-12-19 Thread Wade Williams
Hi all. I've got a custom session middlware built that is simply extending the session base. The only interesting thing this backend is doing is using a different session table than django's stock one -- this is for integration with a pre-existing PHP site we are in the process of migrating a

Re: Truncating Session Table makes site hang indefinitely

2012-12-19 Thread Wade Williams
Correction we're running 1.5b1 corrently. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/KOtcLPyas_IJ. To post to this group, send email to django-users@go

Re: Truncating Session Table makes site hang indefinitely

2012-12-19 Thread Wade Williams
Error from django.core.exceptions import SuspiciousOperation from django.db import IntegrityError, transaction, router """ startlm/backend.py Custom session backend for django. Talks to our lm_sessions table. Started November 22, 2012 By Wade Williams ~~~

Re: Truncating Session Table makes site hang indefinitely

2012-12-19 Thread Wade Williams
ps also upgraded to 1.5.b2 with no change. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/_9HalLM--YQJ. To post to this group, send email to django-users@

Re: Truncating Session Table makes site hang indefinitely

2012-12-19 Thread Wade Williams
pps tried changing session_id to session_key to see if that solved anything with no effect. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/Wqfu2PNjRsYJ. T

Re: Truncating Session Table makes site hang indefinitely

2012-12-19 Thread Wade Williams
h for your time. -\/\/ On Wednesday, December 19, 2012 7:09:41 PM UTC-7, Russell Keith-Magee wrote: > > > > On Thu, Dec 20, 2012 at 9:25 AM, Wade Williams > > > wrote: > >> Thanks Russ. I too thought it might be the loop to allocate a new session >> key, bu

django 1.5 robots.txt

2013-05-28 Thread Wade Williams
http://stackoverflow.com/questions/16802176/django-1-5-robots-txt -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To p