Re: Hey! I'm recieving an index error when trying to import models, and I can't figure out why.

2013-04-01 Thread C Alaric Moore
On Sunday, March 31, 2013 9:33:21 PM UTC-7, jondbaker wrote: > > When importing Python modules, you don't need to include the '.py' file > extension. So, > from models.py import UUID > ...needs to be: > from models import UUID > > Hope this helps, > J

Hey! I'm recieving an index error when trying to import models, and I can't figure out why.

2013-03-31 Thread C Alaric Moore
Hello, I am incredibly new to Django, as-of-today new, so forgive me if I've missed something really obvious. I've been going through the tutorial and did so mostly-successfully and decided to redo it with my own code. Everything was going fine until I decided that it would be a good idea t

Re: Session value persistence between views

2011-09-07 Thread alaric
7, 5:11 am, bruno desthuilliers wrote: > On Sep 6, 10:42 am, alaric wrote: > > > > > > > > > > > Hi: > > I am very new to Django but I am trying to authenticate using Django's > > session framework. > > Problem is: I need the raw password t

Session value persistence between views

2011-09-06 Thread alaric
Hi: I am very new to Django but I am trying to authenticate using Django's session framework. Problem is: I need the raw password to ssh as that user to retrieve data on another machine. I haven't gotten it to work however. I have a login view that looks like: def login(request): request.sess

Re: Template inheritance

2008-11-06 Thread Alaric Haag
Belated thanks for that; the "specialization" tip helps. It feels a little like I haven't flopped over to the correct way of thinking about it. Custom tags and inclusion tags are helping me sort it out a bit though. --~--~-~--~~~---~--~~ You received this messa