Projet

Général

Profil

Télécharger (243 octets) Statistiques
| Branche: | Tag: | Révision:

root / wcsinst / wcsinstd / app_settings.py @ b9613248

1
from django.conf import settings
2

    
3
URL_TEMPLATE = getattr(settings, 'WCSINST_URL_TEMPLATE', 'https://%(domain)s')
4
WCS_APP_DIR = getattr(settings, 'WCSINST_WCS_APP_DIR', None)
5
WCSCTL_SCRIPT = getattr(settings, 'WCSINST_WCSCTL_SCRIPT', 'wcsctl')
(2-2/6)