Changeset 12914 for trunk


Ignore:
Timestamp:
04/26/11 08:39:57 (13 years ago)
Author:
sil
Message:

set default setting to CLIENT_ONLY=False

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sara_cmt/sara_cmt/settings.py

    r12909 r12914  
    99SARACMT_BASE = os.path.normpath(os.path.dirname(__file__))
    1010PROJECT_BASE = os.path.normpath(os.path.join(SARACMT_BASE, os.path.pardir))
    11 CLIENT_ONLY = True
     11CLIENT_ONLY = False
    1212
    1313DEBUG = True
Note: See TracChangeset for help on using the changeset viewer.