comparison development.ini @ 46:9db7782727b3

Static files for production fixed Error handler for debug on, added admin auth function authenticates only admins changed creation of db
author Marcin Kuzminski <marcin@python-blog.com>
date Wed, 07 Apr 2010 19:39:31 +0200
parents 71ffa932799d
children 3ada2f409c1c
comparison
equal deleted inserted replaced
45:a886f5eba757 46:9db7782727b3
35 ## WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT* ## 35 ## WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT* ##
36 ## Debug mode will enable the interactive debugging tool, allowing ANYONE to ## 36 ## Debug mode will enable the interactive debugging tool, allowing ANYONE to ##
37 ## execute malicious code after an exception is raised. ## 37 ## execute malicious code after an exception is raised. ##
38 ################################################################################ 38 ################################################################################
39 #set debug = false 39 #set debug = false
40
41 40
42 ################################ 41 ################################
43 ### LOGGING CONFIGURATION #### 42 ### LOGGING CONFIGURATION ####
44 ################################ 43 ################################
45 [loggers] 44 [loggers]
89 ## FORMATTERS ## 88 ## FORMATTERS ##
90 ################ 89 ################
91 90
92 [formatter_generic] 91 [formatter_generic]
93 format = %(asctime)s,%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s 92 format = %(asctime)s,%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s
94 datefmt = %H:%M:%S 93 datefmt = %Y-%m-%d %H:%M:%S
95 94