comparison gpp/settings.py @ 361:6d6fdc58487c

Changes to oembed to support vimeo.
author Brian Neal <bgneal@gmail.com>
date Sat, 05 Mar 2011 03:23:29 +0000
parents 33f3d5987a96
children 79240675b903
comparison
equal deleted inserted replaced
360:2e90b63520b8 361:6d6fdc58487c
245 # will be logged via the Python logger if the Python logger filter 245 # will be logged via the Python logger if the Python logger filter
246 # DEBUG is active. 246 # DEBUG is active.
247 247
248 MAILER_ENQUEUE_MAIL = True 248 MAILER_ENQUEUE_MAIL = True
249 249
250 # Oembed settings
251 OEMBED_MAXWIDTH = 480
252 OEMBED_MAXHEIGHT = 295
253
250 ####################################################################### 254 #######################################################################
251 # Configure Logging 255 # Configure Logging
252 ####################################################################### 256 #######################################################################
253 257
254 LOGGING = local_settings.LOGGING 258 LOGGING = local_settings.LOGGING