On Fri, Feb 15, 2008 at 11:55 AM, diadya_vova <[EMAIL PROTECTED]> wrote: > > Thank you for quick response! > > Dev. server not crashes. It's stop to respond on browsers requests. > Yeah, Apache is better choice for this. > But I need this application to be portable. Without instalation. > Because this I use "Instant Django" and SQLite.
the development server can not handle more than one request at once. if one user is using your app, no one else will be able to. -- error: one bad user found in front of screen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

