diff 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
line wrap: on
line diff
--- a/gpp/settings.py	Sat Mar 05 02:30:53 2011 +0000
+++ b/gpp/settings.py	Sat Mar 05 03:23:29 2011 +0000
@@ -247,6 +247,10 @@
 
 MAILER_ENQUEUE_MAIL = True
 
+# Oembed settings
+OEMBED_MAXWIDTH = 480
+OEMBED_MAXHEIGHT = 295
+
 #######################################################################
 # Configure Logging
 #######################################################################