Re: How should I properly impliment HTTP(S) auth (REMOTE_AUTH) in django?

2011-02-09 Thread Sean W
is over https. We use the basic authentication > included with django-piston. > > Any reason why you want to exchange username and password for an API Key? > Why not just authenticate each request with username and password? > > > > On Feb 8, 2011, at 5:37 PM, Sean W wr

Re: How should I properly impliment HTTP(S) auth (REMOTE_AUTH) in django?

2011-02-09 Thread Sean W
raffic is over https. We use the basic authentication > included with django-piston. > > Any reason why you want to exchange username and password for an API Key? > Why not just authenticate each request with username and password? > > > > On Feb 8, 2011, at 5:37 PM, Sea

How should I properly impliment HTTP(S) auth (REMOTE_AUTH) in django?

2011-02-08 Thread Sean W
This is a re-post of my stack overflow question here http://stackoverflow.com/questions/4939908/how-should-i-properly-impliment-https-auth-remote-auth-in-django Hi, I am in the planning phase a new project. I want to be able to control multiple relays from my android powered phone over the in

Re: Django training resources?

2010-12-17 Thread Sean W
I should mention that a would prefer a tutorial that goes over web development principals like Javascript and AJAX because I've never used those tools before. Thanks again. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this gr

Django training resources?

2010-12-17 Thread Sean W
Is anyone aware of good quality, affordable training for Django? I'm entirely new to web development, although I do have some experience with Python. I'm also a college student, so cost is a concern. I don't have the time to travel to a training seminar. I'm not one of those people who can mas

Re: Wiki in Django?

2010-09-11 Thread Sean W
After a bit of googling I found: https://code.google.com/p/sct-project/ On Sep 11, 12:47 pm, Shamail Tayyab wrote: > Hi, > >   I need a very minimal wiki, best if it runs on flat files. moinmoin is too > heavy for what I am looking. Is there some Django thing available or written > by someone he