Changeset 14125


Ignore:
Timestamp:
03/12/12 15:59:23 (12 years ago)
Author:
sil
Message:

Removed dependency on ldap, for CMT client. See #5

File:
1 edited

Legend:

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

    r14124 r14125  
    1010PROJECT_BASE = os.path.normpath(os.path.join(SARACMT_BASE, os.path.pardir))
    1111
    12 # Set to True for CMT clients, or False for the CMT server
     12# Only set CLIENT_ONLY to False on the central CMT-server
    1313CLIENT_ONLY = True
    1414
    15 # Whether or not to set logging to debug-level
    1615DEBUG = True
    1716
Note: See TracChangeset for help on using the changeset viewer.