
cherokee at cherokee-project
Nov 9, 2009, 12:53 AM
Post #1 of 1
(97 views)
Permalink
|
|
[3788] cherokee/trunk/doc/cookbook_django.txt: Mentions uWSGI as deployment method for Django apps
|
|
Revision: 3788 http://svn.cherokee-project.com/changeset/3788 Author: taher Date: 2009-11-09 09:53:11 +0100 (Mon, 09 Nov 2009) Log Message: ----------- Mentions uWSGI as deployment method for Django apps Modified Paths: -------------- cherokee/trunk/doc/cookbook_django.txt Modified: cherokee/trunk/doc/cookbook_django.txt =================================================================== --- cherokee/trunk/doc/cookbook_django.txt 2009-11-06 19:41:41 UTC (rev 3787) +++ cherokee/trunk/doc/cookbook_django.txt 2009-11-09 08:53:11 UTC (rev 3788) @@ -15,6 +15,18 @@ link:http://www.djangoproject.com/documentation/install[how to install Django]. +There are two ways to deploy a Django project running on Cherokee. The +first one is the classical method and involves the usage of Flup, it +is the method documented in this recipe and has been the standard +method for years. Thousands of sites currently use this approach +successfully. + +The other method involves using link:cookbook_uwsgi.html[uWSGI]. It is +a new, modern and feature-rich approach. There is a separate recipe +and wizard for that, so check it out. We can assure you it will be +worth your time. The instructions on how to set up the Framework are +the same, but the method in which Cherokee is configured varies. + === Preparing the framework On Debian based systems this will be enough:
|