Re: Regarding the sub domains

2012-10-13 Thread Christopher Hartfield
You would have to yes first configure your name servers and allow your website example.com to resolve each of those subdomains. So hopefully your number of users won't be too high :( If your allowed you might find it easier to do example.com/moris/, but I would assume you can't do that. Setti

Re: Most widely used documentation source for Django Projects?

2012-10-13 Thread Christopher Hartfield
I would say read the docs looks the best visually. Tastypie uses it and has really pretty documentation with read the docs. On Saturday, October 13, 2012 8:54:35 PM UTC-7, Surgemcgee wrote: > > Hey Gang, is there a standard documentation page for new/existing > Django projects? > I was going t

content_type in Client() post doesn't correctly encode

2012-10-13 Thread Christopher Hartfield
I think I may have a bug in the client test class in the post method. Normally you can call: url_data = {'something': 'something'} response = c.post(ip, url_data, content_type='application/xml') When I do this I get a 401 response and this data: Content-Type: text/html; charset=utf-8 Th

HTTP_Authorization Striped

2012-09-21 Thread Christopher Hartfield
I am using Tastypie and I am trying to use their ApiKey Authentication method. When send a curl post to my api the HTTP_Authorization header is sent correctly, however when I look at the request.META dictionary I notice that the HTTP_Authorization has been stripped. I am using uWSGI and Nagios