<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -11,21 +11,18 @@ MANAGERS = ADMINS
 
 host = os.uname()[1]
 
-DATABASE_ENGINE = &quot;sqlite3&quot;
-DATABASE_NAME = &quot;/Users/arjun/Projects/flapjax/website/persistence/sqlite3.db&quot;
-
-# if host == &quot;peabody&quot;:
-#   DATABASE_ENGINE = &quot;sqlite3&quot;
-#   DATABASE_NAME = &quot;/home/arjun/Projects/flapjax/website/persistence/sqlite3.db&quot;
-# elif host == &quot;wanderlust.local&quot; or host == &quot;wanderlust.brown.edu&quot;:
-#   DATABASE_ENGINE = &quot;sqlite3&quot;
-#   DATABASE_NAME = &quot;/Users/arjun/Projects/flapjax/website/persistence/sqlite3.db&quot;
-# # else: # Assume deployment
-#   DATABASE_ENGINE = &quot;mysql&quot;
-#   DATABASE_NAME = &quot;flapjax&quot;
-#   DATABASE_USER = &quot;flapjax&quot;
-#   DATABASE_PASSWORD = &quot;flapjax&quot;
-#  
+ if host == &quot;peabody&quot;:
+   DATABASE_ENGINE = &quot;sqlite3&quot;
+   DATABASE_NAME = &quot;/home/arjun/Projects/flapjax/website/persistence/sqlite3.db&quot;
+ elif host == &quot;wanderlust.local&quot; or host == &quot;wanderlust.brown.edu&quot;:
+   DATABASE_ENGINE = &quot;sqlite3&quot;
+   DATABASE_NAME = &quot;/Users/arjun/Projects/flapjax/website/persistence/sqlite3.db&quot;
+ else: # Assume deployment
+   DATABASE_ENGINE = &quot;mysql&quot;
+   DATABASE_NAME = &quot;flapjax&quot;
+   DATABASE_USER = &quot;flapjax&quot;
+   DATABASE_PASSWORD = &quot;flapjax&quot;
+  
 # Local time zone for this installation. Choices can be found here:
 # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
 # although not all choices may be available on all operating systems.</diff>
      <filename>website/persistence/settings.py</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ from django.conf.urls.defaults import *
 from django.conf import settings
 import settings
 
-if True: # settings.host == &quot;peabody&quot; or settings.host == &quot;wanderlust.local&quot;:
+if settings.host == &quot;peabody&quot; or settings.host == &quot;wanderlust.local&quot;:
   urlpatterns = patterns('',
     (r'^fxserver/compile/','fxserver.views.compile'),
     (r'^fxserver/compile_expr', 'fxserver.views.compileExpr'),</diff>
      <filename>website/persistence/urls.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fe40315a3fae59f21b182806b7ba27bcd335b17c</id>
    </parent>
  </parents>
  <author>
    <name>Arjun Guha</name>
    <email>arjun@cs.brown.edu</email>
  </author>
  <url>http://github.com/arjunguha/flapjax/commit/1fdf8c2d881a9675de362d2898c6613175ec8369</url>
  <id>1fdf8c2d881a9675de362d2898c6613175ec8369</id>
  <committed-date>2009-11-02T06:21:29-08:00</committed-date>
  <authored-date>2009-11-02T06:21:29-08:00</authored-date>
  <message>reverted DisneyWorld changes</message>
  <tree>e1118919204fb0a21e56430a0819858c37a27d86</tree>
  <committer>
    <name>Arjun Guha</name>
    <email>arjun@cs.brown.edu</email>
  </committer>
</commit>
