Pre-Registration User versus Registerred User?

2010-07-07 Thread iJames
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

Can't figure out how to leverage a complex session object in a template?!?

2010-07-28 Thread iJames
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

DjangoDash 2010 is done! Check out the projects done in 48 hours.

2010-08-15 Thread iJames
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