Fixlet to the list of ignored files
[webcomics.git] / settings.py
index d4081238a2447f03b0ed40d99695e555a300513d..25c4a7ed071bd9f8248dc40aa194241bec4f8ea2 100644 (file)
@@ -5,18 +5,19 @@ TEMPLATE_DEBUG = DEBUG
 
 ADMINS = (
     ('Jerome BENOIT', 'jerome.benoit@grenouille.com'),
+    ('Toofik Medjamia', 'toofik@toofik.com'),
 )
 
 MANAGERS = ADMINS
 
 DATABASES = {
     'default': {
-        'ENGINE': 'django.db.backends.postgresql_psycopg2', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
-        'NAME': 'django',                      # Or path to database file if using sqlite3.
-        'USER': 'django',                      # Not used with sqlite3.
-        'PASSWORD': 'django',                  # Not used with sqlite3.
-        'HOST': 'localhost',                      # Set to empty string for localhost. Not used with sqlite3.
-        'PORT': '',                      # Set to empty string for default. Not used with sqlite3.
+        'ENGINE': 'django.db.backends.postgresql_psycopg2',  # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
+        'NAME': 'django',  # Or path to database file if using sqlite3.
+        'USER': 'django',  # Not used with sqlite3.
+        'PASSWORD': 'django',  # Not used with sqlite3.
+        'HOST': 'localhost',  # Set to empty string for localhost. Not used with sqlite3.
+        'PORT': '',  # Set to empty string for default. Not used with sqlite3.
     }
 }