#!/usr/bin/env python # -*- coding: utf-8 -*- try: from settings import * except ImportError, e: print 'Unable to load settings.py:', e SITE_ID = 2 DEBUG = True TEMPLATE_DEBUG = True