1
0
mirror of https://github.com/django/django.git synced 2025-10-26 07:06:08 +00:00

Fixed #1323 -- Added ENABLE_PSYCO. Thanks, Wojtek.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@2239 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty
2006-02-03 15:18:20 +00:00
parent bd41a51942
commit 567e4e4411
4 changed files with 23 additions and 0 deletions

View File

@@ -187,6 +187,10 @@ DATETIME_FORMAT = 'N j, Y, P'
# http://www.djangoproject.com/documentation/templates/#now
TIME_FORMAT = 'P'
# Whether to enable Psyco, which optimizes Python code. Requires Psyco.
# http://psyco.sourceforge.net/
ENABLE_PSYCO = False
##############
# MIDDLEWARE #
##############