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
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
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
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
~~~
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@
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
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
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
8 matches
Mail list logo