Changeset bdc699e


Ignore:
Timestamp:
Feb 2, 2010, 4:29:58 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
92ca60e
Parents:
f6c7295
git-author:
Alex Dehnert <adehnert@…> (02/02/10 04:29:58)
git-committer:
Alex Dehnert <adehnert@…> (02/02/10 04:29:58)
Message:

Slightly better settings.py setup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • treasury/settings.py

    r07daa76 rbdc699e  
    99
    1010ADMINS = (
    11     ('Alex Dehnert', 'adehnert@mit.edu'),
     11    ('Remit team', 'remit@mit.edu'),
    1212)
    1313
     
    2020DATABASE_HOST = ''             # Set to empty string for localhost. Not used with sqlite3.
    2121DATABASE_PORT = ''             # Set to empty string for default. Not used with sqlite3.
     22
     23from local_settings import *
    2224
    2325# Local time zone for this installation. Choices can be found here:
Note: See TracChangeset for help on using the changeset viewer.