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

Removed ENABLE_PSYCO setting. If you still need to use this, write custom middleware that activates psyco for you.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3877 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty
2006-09-28 02:31:05 +00:00
parent beeb719c12
commit f638234932
4 changed files with 0 additions and 21 deletions

View File

@@ -223,10 +223,6 @@ YEAR_MONTH_FORMAT = 'F Y'
# http://www.djangoproject.com/documentation/templates/#now
MONTH_DAY_FORMAT = 'F j'
# Whether to enable Psyco, which optimizes Python code. Requires Psyco.
# http://psyco.sourceforge.net/
ENABLE_PSYCO = False
# Do you want to manage transactions manually?
# Hint: you really don't!
TRANSACTIONS_MANAGED = False