# 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.
# If running in a Windows environment this must be set to the same as your
# system time zone.
# 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.
# If running in a Windows environment this must be set to the same as your
# system time zone.
# Language code for this installation. All choices can be found here:
# http://www.i18nguy.com/unicode/language-identifiers.html
# Language code for this installation. All choices can be found here:
# http://www.i18nguy.com/unicode/language-identifiers.html
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',