Changeset 5feb719 for asadb/settings.py


Ignore:
Timestamp:
May 12, 2010, 8:19:54 PM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, fysm-4-1, iframe, space-access, stable, stage, test-hooks
Children:
158cc8d
Parents:
0c5539a
git-author:
Alex Dehnert <adehnert@…> (05/12/10 20:19:54)
git-committer:
Alex Dehnert <adehnert@…> (05/12/10 20:19:54)
Message:

Use local_settings.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/settings.py

    r0c5539a r5feb719  
    3333# to load the internationalization machinery.
    3434USE_I18N = True
     35
     36from local_settings import *
    3537
    3638# Absolute path to the directory that holds media.
Note: See TracChangeset for help on using the changeset viewer.