Does anyone have instructions on running Django behind CherryPy?

It sounds like the builtin web server works, but is not especially
robust. I would like to run my app behind a python web server so it can
be more easily distributed. My users will be running it locally, so I
would like to avoid apache, etc. Scalability is not important for me.
Stability is.

The CherryPy server sounds better. Thanks to WSGI it should be possible
to run Django behind it. But how?

Any python web server would be fine. Even Django's builtin one, if it's
solid enough. But anything would be fine

Unfortunately the server arrangements page doesn't help much.

http://code.djangoproject.com/wiki/ServerArrangements


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

Reply via email to