<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,7 +2,7 @@ import os
 import sys
 
 os.environ['DJANGO_SETTINGS_MODULE'] = 'modelica.settings'
-sys.path.append('/home/django/modelica-newsletter/modelica')
+sys.path.append('/home/django/modelica-newsletter')
 
 import django.core.handlers.wsgi
 application = django.core.handlers.wsgi.WSGIHandler()</diff>
      <filename>django.wsgi</filename>
    </modified>
    <modified>
      <diff>@@ -14,7 +14,7 @@ ADMINS = (
 MANAGERS = ADMINS
 
 DATABASE_ENGINE = 'sqlite3'           # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
-DATABASE_NAME = 'modelica.db'             # Or path to database file if using sqlite3.
+DATABASE_NAME = os.path.join(PROJECT_PATH, &quot;modelica.db&quot;) # Or path to database file if using sqlite3. 
 DATABASE_USER = ''             # Not used with sqlite3.
 DATABASE_PASSWORD = ''         # Not used with sqlite3.
 DATABASE_HOST = ''             # Set to empty string for localhost. Not used with sqlite3.</diff>
      <filename>modelica/settings.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a762f3a99c4c1b62235f299eb5594771f073e01d</id>
    </parent>
  </parents>
  <author>
    <name>Dietmar Winkler</name>
    <email>Dietmar.Winkler@hit.no</email>
  </author>
  <url>http://github.com/mtiller/modelica-newsletter/commit/94bcb604ba2973ac4229cb65a405f3dc86ceac2b</url>
  <id>94bcb604ba2973ac4229cb65a405f3dc86ceac2b</id>
  <committed-date>2009-10-28T09:36:53-07:00</committed-date>
  <authored-date>2009-10-28T09:36:53-07:00</authored-date>
  <message>Changes to make it run on the server.

 * absolute paths necessary
 * change time zone to be in synch with the server</message>
  <tree>eac43533c7f9878f64cd17ec7f6e1cac16252f38</tree>
  <committer>
    <name>Dietmar Winkler</name>
    <email>Dietmar.Winkler@hit.no</email>
  </committer>
</commit>
