comparison development.ini @ 41:71ffa932799d

Added app basic auth. Changed few deprecations for new pylons. added sqlite logging for user actions.
author Marcin Kuzminski <marcin@python-blog.com>
date Wed, 07 Apr 2010 00:51:55 +0200
parents bbaab7501c1a
children 9db7782727b3
comparison
equal deleted inserted replaced
40:cbc1624cb499 41:71ffa932799d
27 use = egg:pylons_app 27 use = egg:pylons_app
28 full_stack = true 28 full_stack = true
29 static_files = true 29 static_files = true
30 lang=en 30 lang=en
31 cache_dir = %(here)s/data 31 cache_dir = %(here)s/data
32 repos_name = etelko
32 33
33 ################################################################################ 34 ################################################################################
34 ## WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT* ## 35 ## WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT* ##
35 ## Debug mode will enable the interactive debugging tool, allowing ANYONE to ## 36 ## Debug mode will enable the interactive debugging tool, allowing ANYONE to ##
36 ## execute malicious code after an exception is raised. ## 37 ## execute malicious code after an exception is raised. ##