Re: PHP-inspired user-friendly in-browser DJango install

2011-09-08 Thread Aymeric Augustin
Hi Alec, Nothing prevents you from altering the settings file dynamically and telling the user to restart the webserver. You can run wih an in-memory SQLite database until this is done. So your question isn't related to the development of Django itself; it would be more appropriate on django-u

Re: ticket 13125 is waiting for a design decision for 18 months

2011-09-08 Thread subs...@gmail.com
Could anyone provide a use case where I want a de-activated user to remain authenticated? Who is this option for? Why is it default? When I originally reported this ticket I did so because this is a plain security risk--non-technical users uncheck 'is active' when they want to lock someone out of

Re: PHP-inspired user-friendly in-browser DJango install

2011-09-08 Thread kenneth gonsalves
On Wed, 2011-09-07 at 19:08 +0100, Cal Leeming [Simplicity Media Ltd] wrote: > Uh.. what? Django != Drupal. > > Can you please explain a bit more about what you want the end result > to be. I do not think you have fully read the post - he wants users to be able to set up their django sites with

Re: Multiple timezone support for datetime representation

2011-09-08 Thread Daniel Swarbrick
On Sep 8, 5:55 am, Kirit Sælensminde (kayess) wrote: > There is also a Django time field. How to handle this is kind of hard > as having a timezone on a time field may not make much sense. At the > moment it is up to application code to combine this with a date in a > sane manner. If Django switc