Coverage for lino/projects/std/settings.py : 79%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
# Copyright 2009-2015 Luc Saffre # License: BSD (see file COPYING for details)
indirectly) into your local :xfile:`settings.py` using::
from lino.projects.std.settings import *
"""
"""Hook for local special treatment on instances that have been imported from TIM.
""" return obj
if userid == "WRITE": return None return userid.lower()
# ('Your Name', 'your_email@domain.com'), ]
# Local time zone for this installation. Choices can be found here: # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name # although not all choices may be avilable on all operating systems. # If running in a Windows environment this must be set to the same as your # system time zone. #~ TIME_ZONE = 'Europe/Brussels' # TIME_ZONE = 'America/Chicago'
# Language code for this installation. All choices can be found here: # http://www.i18nguy.com/unicode/language-identifiers.html #~ LANGUAGE_CODE = 'de-BE' #~ LANGUAGE_CODE = 'fr-BE'
# ~ SITE_ID = 1 # see also fill.py
# If you set this to False, Django will make some optimizations so as not # to load the internationalization machinery.
#EMAIL_PORT = ""
'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': ':memory:' } }
# Django wants system admins to define their own `SECRET_KEY # <https://docs.djangoproject.com/en/dev/ref/settings/#secret-key>`__ # setting. Hint: as long as you're on a development server you just # put some non-empty string and that's okay.
# disable migrations: # MIGRATION_MODULES = dict(contenttypes='lino.fake_migrations', sessions='lino.fake_migrations') |