# 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 available on all operating systems.
# 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 available on all operating systems.
INSTALLED_APPS = (
'accounts.apps.AccountsConfig',
'emails.apps.EmailsConfig',
INSTALLED_APPS = (
'accounts.apps.AccountsConfig',
'emails.apps.EmailsConfig',
'services.apps.ServicesConfig',
'ssh_keys.apps.SshKeysConfig',
'services.apps.ServicesConfig',
'ssh_keys.apps.SshKeysConfig',
# Import localsettings file, which may override settings defined here
try:
from .localsettings import *
# Import localsettings file, which may override settings defined here
try:
from .localsettings import *