Changeset bdc699e
- Timestamp:
- Feb 2, 2010, 4:29:58 AM (15 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
treasury/settings.py
r07daa76 rbdc699e 9 9 10 10 ADMINS = ( 11 (' Alex Dehnert', 'adehnert@mit.edu'),11 ('Remit team', 'remit@mit.edu'), 12 12 ) 13 13 … … 20 20 DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3. 21 21 DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3. 22 23 from local_settings import * 22 24 23 25 # Local time zone for this installation. Choices can be found here:
Note: See TracChangeset
for help on using the changeset viewer.