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
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
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
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
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
5 matches
Mail list logo