Changeset 12793 for trunk


Ignore:
Timestamp:
04/06/11 16:27:43 (13 years ago)
Author:
sil
Message:

changed PROJECTPATH to static path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sara_cmt/sara_cmt/apache/django.wsgi

    r11616 r12793  
    55
    66# Append SARA CMT specific paths
    7 PROJECTPATH = os.path.normpath(os.path.join(os.path.dirname(os.path.realpath(__file__)),'../..'))
     7PROJECTPATH = os.path.normpath('/opt/sara_cmt')
    88
    99sys.path.append(PROJECTPATH)
Note: See TracChangeset for help on using the changeset viewer.