diff options
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/settings.py b/settings.py index 3105bcc..65b43d9 100644 --- a/settings.py +++ b/settings.py @@ -23,6 +23,8 @@ DATABASES = { } } +URL_ROOT = '' + # 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. @@ -129,14 +131,6 @@ INSTALLED_APPS = ( 'allotter', ) -ACCOUNT_ACTIVATION_DAYS = 7 -EMAIL_HOST='localhost' -EMAIL_PORT=1025 -EMAIL_HOST_USER='' -EMAIL_HOST_PASSWORD='' -EMAIL_USE_TLS=False -DEFAULT_FROM_EMAIL='primal@fossee.in' - # A sample logging configuration. The only tangible logging # performed by this configuration is to send an email to |