I think my brains have been un-djangoed because I think I'm missing
something obvious.
I've got the user model linked in with my own model serving as the
profile which is working for registerring and authenticating a user.
But I'm wondering how to have a guest be able to do some things with
the i
HI,
I've got a session object which is a dict. I'm using it to track the
state of screen elements (an expanding tree).
request.session['mystate'] = {'1':'true', '2','false'}
In my template I'm looping through the branches:
object.id is 1
object.id is 2
So:
I want to test:
request.session['m
Hi programmers!
I didn't see a posting about DjangoDash so I thought I would mention
it since I didn't participate and so I'm awake. And also because I
didn't know about it but for a single podcast I happened to listen to.
Kudos to the awesome teams who burned up the commits!
DjangoDash 2010 wa
3 matches
Mail list logo