# Generated by Iuno {{ version }}
import Iuno
from Iuno import DEVELOPMENT, STAGE, PRODUCTION

SERVER_MODE = Iuno.detectServerMode(locals())
DEBUG = Iuno.detectDebug(locals())

APP_NAME = "{{ name }}"
APP_VERSION = "1.0.0." + "$Revision: 11481 $"[11:-2]
