Changeset 9586


Ignore:
Timestamp:
Aug 27, 2011, 4:13:13 PM (13 years ago)
Author:
rick
Message:

Allow overwriting the DJANGO_PREFIX thingy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/settings.py

    r9568 r9586  
    55
    66DJANGO_PREFIX = '/d'
     7if os.path.isfile(PROJECT_HOME + '/local_settings.py'):
     8  from local_settings import DJANGO_PREFIX
     9
    710DJANGO_BALANCERS = OSM_PROXY_BALANCERS = ['a','b','c','d','e','f']
    811OSM_PROXY_CDN_DOMAINS = [d + '.osmproxy.wirelessleiden.nl' for d in DJANGO_BALANCERS]
Note: See TracChangeset for help on using the changeset viewer.