Changeset 2033
- Timestamp:
- 06/16/09 08:47:34 (9 months ago)
- Files:
-
- 1 modified
-
branches/0.9/pylucid_project/settings.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9/pylucid_project/settings.py
r2029 r2033 83 83 84 84 'pylucid_project.middlewares.PageMessages.PageMessagesMiddleware', 85 ) 86 85 86 # slow down the django developer server 87 # From http://code.google.com/p/django-tools/ 88 #'django_tools.middlewares.SlowerDevServer.SlowerDevServerMiddleware', 89 ) 90 SLOWER_DEV_SERVER_SLEEP = 0.3 # time.sleep() value (in sec.) 87 91 88 92 _BASE_PATH = os.path.join(os.path.dirname(__file__))