<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,5 @@
 *.pyc
 ._*
+local_manage.py
+local_settings.py
 </diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,11 @@
 #!/usr/bin/env python
 import sys, os
 
+try:
+    import local_manage
+except ImportError:
+    pass
+
 sys.path.append(
     os.path.join(
         os.path.realpath(os.path.dirname(__file__)), 'ext'</diff>
      <filename>manage.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1d7ace8817029f6f115f19e2085104939a3a7594</id>
    </parent>
  </parents>
  <author>
    <name>Simon Willison</name>
    <email>simon@simonwillison.net</email>
  </author>
  <url>http://github.com/simonw/bugle_project/commit/5f7d8750cf0ff2f0006dfc0ee3ef500188a72411</url>
  <id>5f7d8750cf0ff2f0006dfc0ee3ef500188a72411</id>
  <committed-date>2009-05-31T04:29:34-07:00</committed-date>
  <authored-date>2009-05-31T04:29:34-07:00</authored-date>
  <message>local_manage.py is now supported to make the pythonpath easier to change on the server</message>
  <tree>ff991027d7d329aacef1c6090e7cf66acaf73039</tree>
  <committer>
    <name>Simon Willison</name>
    <email>simon@simonwillison.net</email>
  </committer>
</commit>
