Changeset 9634


Ignore:
Timestamp:
Aug 30, 2011, 7:57:40 PM (13 years ago)
Author:
rick
Message:

Before calling it is kind of usefull to import the file first

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/settings.py

    r9591 r9634  
    55
    66DJANGO_PREFIX = '/d'
     7print PROJECT_HOME + '/local_settings.py'
    78if os.path.isfile(PROJECT_HOME + '/local_settings.py'):
    89  try:
     10    import local_settings
    911    DJANGO_PREFIX = local_settings.DJANGO_PREFIX
    1012  except NameError:
Note: See TracChangeset for help on using the changeset viewer.