Re: managements.commands and namespace packages

2013-02-11 Thread Russell Keith-Magee
Hi Alessandro, On Tue, Feb 12, 2013 at 2:30 AM, Alessandro Dentella wrote: > Hi, > > this email aims at finding a bettere solution to a problem that was already > posted some months ago in the user list [1]. If you use namespaces in > packages to split your code in

SQLite pragmas

2013-02-11 Thread Isaac Jurado
Hello, Yesterday I managed to make some SQLite pragmas work automatically by following this simple recipie: http://stackoverflow.com/questions/4534992/place-to-set-sqlite-pragma-option-in-django-project But it has come to my mind that this could be improved slightly, at least for the

Re: Request for review / Multiple time zone support for datetime representation

2013-02-11 Thread Aymeric Augustin
Le 1 nov. 2011 à 15:58, Aymeric Augustin a écrit : > > There is only one outstanding issue that I know of. `QuerySet.dates()` > operates in the database timezone, ie. UTC, while an end user would expect it > to take into account its current time zone. This

managements.commands and namespace packages

2013-02-11 Thread Alessandro Dentella
Hi, this email aims at finding a bettere solution to a problem that was already posted some months ago in the user list [1]. If you use namespaces in packages to split your code in independently distributable packages as: jmb.bar jmb.foo you end up not being able to use

Re: Class based views: A standard hook for http-method-independent code

2013-02-11 Thread George Hickman
Michael, There's not to much to it I'm afraid! https://github.com/ghickman/django/commit/ca2e6d68764c0f2215e43196b6e8e1daf2e8a6c4 George On Mon, Feb 11, 2013 at 5:05 PM, Michael Bylstra wrote: > The git link seems to be broken. I'd love to see this bit of code everyone >

Re: Class based views: A standard hook for http-method-independent code

2013-02-11 Thread Michael Bylstra
The git link seems to be broken. I'd love to see this bit of code everyone is raving about! On Saturday, November 17, 2012 1:09:40 AM UTC+11, Daniel Sokolowski wrote: > > I like this approach. > > *From:* George Hickman > *Sent:* Thursday, November 15, 2012 7:27 AM > *To:*

Re: Guidance regarding Django Deployment Process

2013-02-11 Thread Ashwin Kumar
can you show a screen cast or a detailed setup procedure steps, i tried gunicorn documentation but failed. With Best -Ashwin. +91-9959166266 On Mon, Feb 11, 2013 at 11:57 AM, Ray Ch wrote: > My suggestion is using gunicorn + nginx > They are very light weight. > > nginx

Guidance regarding Django Deployment Process

2013-02-11 Thread Ray Ch
My suggestion is using gunicorn + nginx They are very light weight. nginx - static content ( images, js and css ). If you are using AWS for static content you can go with apache. Gunicorn - for django is amazing. -- You received this message because you are subscribed to the Google Groups