diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-02-03 15:18:20 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-02-03 15:18:20 +0000 |
| commit | 567e4e441131434c855f9232553ae939962def99 (patch) | |
| tree | 4fe89521a1ef89af09ee7dea7c98c68ec6af5fb3 /docs/settings.txt | |
| parent | bd41a51942c191d8a58536518f2e1d08456976af (diff) | |
Fixed #1323 -- Added ENABLE_PSYCO. Thanks, Wojtek.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2239 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/settings.txt')
| -rw-r--r-- | docs/settings.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/settings.txt b/docs/settings.txt index 3689b7f151..3f83ea0e69 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -343,6 +343,17 @@ Subject-line prefix for e-mail messages sent with ``django.core.mail.mail_admins or ``django.core.mail.mail_managers``. You'll probably want to include the trailing space. +ENABLE_PSYCO +------------ + +Default: ``False`` + +**New in Django development version.** + +Whether to enable Psyco, which optimizes Python code. Requires Psyco_. + +.. _Psyco: http://psyco.sourceforge.net/ + IGNORABLE_404_ENDS ------------------ |
