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
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
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
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