On 6/7/06, Elver Loho <[EMAIL PROTECTED]> wrote:
> Everything you've just said makes a lot of sense on a production
> rollout. Yes, do keep sessions after shutdown. It's a great feature!
> But this "feature" on the development server simply makes development
> more difficult.
>
> So, um, could someone add a feature to the SVN version to let me turn
> this off? Please? Pretty please? With sugar on top? :)

This is too much feature creep for my liking, and I don't see how it
makes development more difficult for the common case. Just put these
two commands in a shell script and off you go:

python -c 'from django.contrib.sessions.models import Session; \
Session.objects.all().delete()'
python manage.py runserver

Adrian

-- 
Adrian Holovaty
holovaty.com | djangoproject.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to