- What's the easiest way to get #django working on #osx ? mod_wsgi? link to a how-to anybody? #lazyweb
4 Answers
For dev you should use the django dev server, packaged. In the wild I'm using wsgi, much better than mod_python
as in ./manage.py runserver - Tkaes care of model reloads, code changes etc on the fly. Also supports printed stdout output
http://bitnami.org/stack/djangostack that will get you up and running quickly. ... http://bit.ly/gcDsfU


Follow LazyTweet on Twitter