[GeoNode-users] Map rendering slow at GeoNode (Dev Gis)
Dev Gis
deviirmr at gmail.com
Wed Apr 24 04:41:25 PDT 2019
Could you please refer to any documentation?
Regards
Deb
On Wed, Apr 24, 2019 at 1:08 PM Alessio Fabiani <
alessio.fabiani at geo-solutions.it> wrote:
> This new error seems to be related to email backend configuration mostly.
> I'm afraid you will need to look around to find how Django manages it.
>
> Il giorno mer 24 apr 2019 alle ore 13:02 Dev Gis <deviirmr at gmail.com> ha
> scritto:
>
>> I am still getting error
>>
>> Does entries at local_setting.py conf is correct
>> [image: image.png]
>>
>> I apply migration
>> [image: image.png]
>>
>> error at /account/signup/
>>
>> [Errno 0] Error
>>
>> Request Method: POST
>> Request URL: http://geonode.iwlearn.org/account/signup/
>> Django Version: 1.8.7
>> Exception Type: error
>> Exception Value:
>>
>> [Errno 0] Error
>>
>> Exception Location: /usr/lib/python2.7/ssl.py in do_handshake, line 830
>> Python Executable: /usr/bin/python
>> Python Version: 2.7.12
>> Python Path:
>>
>> ['/usr/lib/python2.7',
>> '/usr/lib/python2.7/plat-x86_64-linux-gnu',
>> '/usr/lib/python2.7/lib-tk',
>> '/usr/lib/python2.7/lib-old',
>> '/usr/lib/python2.7/lib-dynload',
>> '/usr/local/lib/python2.7/dist-packages',
>> '/usr/lib/python2.7/dist-packages',
>> '/usr/lib/python2.7/dist-packages/PILcompat',
>> '/var/www']
>>
>> Server time: Wed, 24 Apr 2019 05:44:34 -0500
>> Traceback Switch to copy-and-paste view
>> <http://geonode.iwlearn.org/account/signup/#>
>>
>> - /usr/lib/python2.7/dist-packages/django/core/handlers/base.py in
>> get_response
>> 1.
>>
>> response = wrapped_callback(request, *callback_args, **callback_kwargs)
>>
>> ...
>> ▶ Local vars <http://geonode.iwlearn.org/account/signup/#>
>> - /usr/lib/python2.7/dist-packages/django/views/generic/base.py in
>> view
>> 1.
>>
>> return self.dispatch(request, *args, **kwargs)
>>
>> ...
>> ▶ Local vars <http://geonode.iwlearn.org/account/signup/#>
>> - /usr/lib/python2.7/dist-packages/django/views/generic/base.py in
>> dispatch
>> 1.
>>
>> return handler(request, *args, **kwargs)
>>
>> ...
>> ▶ Local vars <http://geonode.iwlearn.org/account/signup/#>
>> - /usr/lib/python2.7/dist-packages/account/views.py in post
>> 1.
>>
>> return super(SignupView, self).post(*args, **kwargs)
>>
>> ...
>> ▶ Local vars <http://geonode.iwlearn.org/account/signup/#>
>> - /usr/lib/python2.7/dist-packages/django/views/generic/edit.py in
>> post
>> 1.
>>
>> return self.form_valid(form)
>>
>> ...
>> ▶ Local vars <http://geonode.iwlearn.org/account/signup/#>
>> - /usr/lib/python2.7/dist-packages/django/utils/decorators.py in inner
>> 1.
>>
>> return func(*args, **kwargs)
>>
>> ...
>> ▶ Local vars <http://geonode.iwlearn.org/account/signup/#>
>> - /usr/lib/python2.7/dist-packages/account/views.py in form_valid
>> 1.
>>
>> self.send_email_confirmation(email_address)
>>
>> ...
>> ▶ Local vars <http://geonode.iwlearn.org/account/signup/#>
>> - /usr/lib/python2.7/dist-packages/account/views.py in
>> send_email_confirmation
>> 1.
>>
>> email_address.send_confirmation(site=get_current_site(self.request))
>>
>> ...
>> ▶ Local vars <http://geonode.iwlearn.org/account/signup/#>
>> - /usr/lib/python2.7/dist-packages/account/models.py in
>> send_confirmation
>> 1.
>>
>> confirmation.send(**kwargs)
>>
>> ...
>> ▶ Local vars <http://geonode.iwlearn.org/account/signup/#>
>> - /usr/lib/python2.7/dist-packages/account/models.py in send
>> 1.
>>
>> hookset.send_confirmation_email([self.email_address.email], ctx)
>>
>> ...
>> ▶ Local vars <http://geonode.iwlearn.org/account/signup/#>
>> - /usr/lib/python2.7/dist-packages/account/hooks.py in
>> send_confirmation_email
>> 1.
>>
>> send_mail(subject, message, settings.DEFAULT_FROM_EMAIL, to)
>>
>> ...
>> ▶ Local vars <http://geonode.iwlearn.org/account/signup/#>
>> - /usr/lib/python2.7/dist-packages/django/core/mail/__init__.py in
>> send_mail
>> 1.
>>
>> return mail.send()
>>
>> ...
>> ▶ Local vars <http://geonode.iwlearn.org/account/signup/#>
>> - /usr/lib/python2.7/dist-packages/django/core/mail/message.py in send
>> 1.
>>
>> return self.get_connection(fail_silently).send_messages([self])
>>
>> ...
>> ▶ Local vars <http://geonode.iwlearn.org/account/signup/#>
>> - /usr/lib/python2.7/dist-packages/django/core/mail/backends/smtp.py
>> in send_messages
>> 1.
>>
>> new_conn_created = self.open()
>>
>> ...
>> ▶ Local vars <http://geonode.iwlearn.org/account/signup/#>
>> - /usr/lib/python2.7/dist-packages/django/core/mail/backends/smtp.py
>> in open
>> 1.
>>
>> self.connection.starttls(keyfile=self.ssl_keyfile, certfile=self.ssl_certfile)
>>
>> ...
>> ▶ Local vars <http://geonode.iwlearn.org/account/signup/#>
>> - /usr/lib/python2.7/smtplib.py in starttls
>> 1.
>>
>> self.sock = ssl.wrap_socket(self.sock, keyfile, certfile)
>>
>> ...
>> ▶ Local vars <http://geonode.iwlearn.org/account/signup/#>
>> - /usr/lib/python2.7/ssl.py in wrap_socket
>> 1.
>>
>> ciphers=ciphers)
>>
>> ...
>> ▶ Local vars <http://geonode.iwlearn.org/account/signup/#>
>> - /usr/lib/python2.7/ssl.py in __init__
>> 1.
>>
>> self.do_handshake()
>>
>> ...
>> ▶ Local vars <http://geonode.iwlearn.org/account/signup/#>
>> - /usr/lib/python2.7/ssl.py in do_handshake
>> 1.
>>
>> self._sslobj.do_handshake()
>>
>> ...
>> ▶ Local vars <http://geonode.iwlearn.org/account/signup/#>
>>
>> Request informationGET
>>
>> No GET data
>> POST
>> VariableValue
>> username
>>
>> u'minu'
>>
>> code
>>
>> u''
>>
>> csrfmiddlewaretoken
>>
>> u'gwnOklsR63He3QbhHWJHPXBSdZsmrXnP'
>>
>> password
>>
>> u'dev123'
>>
>> email
>>
>> u'minakshibaidya800 at gmail.com'
>>
>> password_confirm
>>
>> u'dev123'
>>
>> FILES
>>
>> No FILES data
>> COOKIES
>> VariableValue
>> csrftoken
>>
>> 'gwnOklsR63He3QbhHWJHPXBSdZsmrXnP'
>>
>> META
>> VariableValue
>> mod_wsgi.listener_port
>>
>> '80'
>>
>> HTTP_REFERER
>>
>> 'http://geonode.iwlearn.org/account/signup/'
>>
>> mod_wsgi.listener_host
>>
>> ''
>>
>> CONTEXT_DOCUMENT_ROOT
>>
>> '/var/www/html'
>>
>> SERVER_SOFTWARE
>>
>> 'Apache/2.4.18 (Ubuntu)'
>>
>> SCRIPT_NAME
>>
>> u''
>>
>> mod_wsgi.enable_sendfile
>>
>> '0'
>>
>> mod_wsgi.handler_script
>>
>> ''
>>
>> SERVER_SIGNATURE
>>
>> '<address>Apache/2.4.18 (Ubuntu) Server at geonode.iwlearn.org Port 80</address>\n'
>>
>> REQUEST_METHOD
>>
>> 'POST'
>>
>> PATH_INFO
>>
>> u'/account/signup/'
>>
>> HTTP_ORIGIN
>>
>> 'http://geonode.iwlearn.org'
>>
>> SERVER_PROTOCOL
>>
>> 'HTTP/1.1'
>>
>> QUERY_STRING
>>
>> ''
>>
>> CONTENT_LENGTH
>>
>> '148'
>>
>> HTTP_USER_AGENT
>>
>> 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36'
>>
>> HTTP_CONNECTION
>>
>> 'keep-alive'
>>
>> HTTP_COOKIE
>>
>> 'csrftoken=gwnOklsR63He3QbhHWJHPXBSdZsmrXnP'
>>
>> SERVER_NAME
>>
>> 'geonode.iwlearn.org'
>>
>> REMOTE_ADDR
>>
>> '82.116.76.84'
>>
>> mod_wsgi.queue_start
>>
>> '1556102673518151'
>>
>> mod_wsgi.request_handler
>>
>> 'wsgi-script'
>>
>> apache.version
>>
>> (2, 4, 18)
>>
>> wsgi.url_scheme
>>
>> 'http'
>>
>> PATH_TRANSLATED
>>
>> '/var/www/geonode/wsgi/geonode.wsgi/account/signup/'
>>
>> SERVER_PORT
>>
>> '80'
>>
>> wsgi.multiprocess
>>
>> True
>>
>> mod_wsgi.input_chunked
>>
>> '0'
>>
>> SERVER_ADDR
>>
>> '10.0.0.7'
>>
>> DOCUMENT_ROOT
>>
>> '/var/www/html'
>>
>> mod_wsgi.process_group
>>
>> 'geonode'
>>
>> mod_wsgi.daemon_connects
>>
>> '1'
>>
>> SCRIPT_FILENAME
>>
>> '/var/www/geonode/wsgi/geonode.wsgi'
>>
>> SERVER_ADMIN
>>
>> 'webmaster at localhost'
>>
>> wsgi.input
>>
>> <mod_wsgi.Input object at 0x7fc1a98f67f0>
>>
>> HTTP_HOST
>>
>> 'geonode.iwlearn.org'
>>
>> CONTEXT_PREFIX
>>
>> ''
>>
>> mod_wsgi.callable_object
>>
>> 'application'
>>
>> wsgi.multithread
>>
>> True
>>
>> HTTP_UPGRADE_INSECURE_REQUESTS
>>
>> '1'
>>
>> HTTP_CACHE_CONTROL
>>
>> 'max-age=0'
>>
>> mod_wsgi.daemon_restarts
>>
>> '0'
>>
>> REQUEST_URI
>>
>> '/account/signup/'
>>
>> HTTP_ACCEPT
>>
>> 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3'
>>
>> wsgi.file_wrapper
>>
>> ''
>>
>> wsgi.version
>>
>> (1, 0)
>>
>> GATEWAY_INTERFACE
>>
>> 'CGI/1.1'
>>
>> wsgi.run_once
>>
>> False
>>
>> wsgi.errors
>>
>> <mod_wsgi.Log object at 0x7fc1a9968030>
>>
>> REMOTE_PORT
>>
>> '53166'
>>
>> HTTP_ACCEPT_LANGUAGE
>>
>> 'en,nb;q=0.9,en-GB;q=0.8'
>>
>> REQUEST_SCHEME
>>
>> 'http'
>>
>> mod_wsgi.version
>>
>> (4, 3, 0)
>>
>> mod_wsgi.script_start
>>
>> '1556102673518371'
>>
>> CONTENT_TYPE
>>
>> 'application/x-www-form-urlencoded'
>>
>> mod_wsgi.application_group
>>
>> 'localhost|'
>>
>> mod_wsgi.script_reloading
>>
>> '1'
>>
>> mod_wsgi.request_start
>>
>> '1556102673518002'
>>
>> CSRF_COOKIE
>>
>> u'gwnOklsR63He3QbhHWJHPXBSdZsmrXnP'
>>
>> HTTP_ACCEPT_ENCODING
>>
>> 'gzip, deflate'
>>
>> mod_wsgi.daemon_start
>>
>> '1556102673518311'
>>
>> SettingsUsing settings module geonode.settings
>> SettingValue
>> _DEFAULT_LOCALE_PATHS
>>
>> ('/usr/local/lib/python2.7/dist-packages/geonode/locale',)
>>
>> CASCADE_WORKSPACE
>>
>> 'geonode'
>>
>> DEFAULT_WORKSPACE
>>
>> 'geonode'
>>
>> ACCOUNT_USER_DISPLAY
>>
>> <function <lambda> at 0x7fc1bd794aa0>
>>
>> DATABASES
>>
>> {'datastore': {'ATOMIC_REQUESTS': False,
>> 'AUTOCOMMIT': True,
>> 'CONN_MAX_AGE': 0,
>> 'ENGINE': 'django.contrib.gis.db.backends.postgis',
>> 'HOST': 'localhost',
>> 'NAME': 'geonode_data',
>> 'OPTIONS': {},
>> 'PASSWORD': u'********************',
>> 'PORT': '5432',
>> 'TEST': {'CHARSET': None,
>> 'COLLATION': None,
>> 'MIRROR': None,
>> 'NAME': None},
>> 'TIME_ZONE': 'America/Chicago',
>> 'USER': 'geonode'},
>> 'default': {'ATOMIC_REQUESTS': False,
>> 'AUTOCOMMIT': True,
>> 'CONN_MAX_AGE': 0,
>> 'ENGINE': 'django.db.backends.postgresql_psycopg2',
>> 'HOST': 'localhost',
>> 'NAME': 'geonode',
>> 'OPTIONS': {},
>> 'PASSWORD': u'********************',
>> 'PORT': '5432',
>> 'TEST': {'CHARSET': None,
>> 'COLLATION': None,
>> 'MIRROR': None,
>> 'NAME': None},
>> 'TIME_ZONE': 'America/Chicago',
>> 'USER': 'geonode'}}
>>
>> AWS_QUERYSTRING_AUTH
>>
>> False
>>
>> CELERY_CREATE_MISSING_QUEUES
>>
>> True
>>
>> GEONODE_CONTRIB_APPS
>>
>> ('geonode.contrib.dynamic',
>> 'geonode.contrib.exif',
>> 'geonode.contrib.favorite',
>> 'geonode.contrib.geogig',
>> 'geonode.contrib.geosites',
>> 'geonode.contrib.nlp',
>> 'geonode.contrib.slack',
>> 'geonode.contrib.metadataxsl')
>>
>> CSRF_COOKIE_SECURE
>>
>> False
>>
>> CELERY_DEFAULT_QUEUE
>>
>> 'default'
>>
>> TWITTER_CARD
>>
>> True
>>
>> LANGUAGE_CODE
>>
>> 'en'
>>
>> LICENSES
>>
>> {'DETAIL': 'above', 'ENABLED': True, 'METADATA': 'verbose'}
>>
>> MANAGERS
>>
>> []
>>
>> DOWNLOAD_FORMATS_METADATA
>>
>> ['Atom', 'DIF', 'Dublin Core', 'ebRIM', 'FGDC', 'ISO']
>>
>> BROKER_URL
>>
>> 'django://'
>>
>> SILENCED_SYSTEM_CHECKS
>>
>> ['1_8.W001', 'fields.W340']
>>
>> DEFAULT_CHARSET
>>
>> 'utf-8'
>>
>> IGNORABLE_404_URLS
>>
>> ()
>>
>> CELERY_DEFAULT_EXCHANGE_TYPE
>>
>> 'direct'
>>
>> SESSION_SERIALIZER
>>
>> 'django.contrib.sessions.serializers.PickleSerializer'
>>
>> DEFAULT_MAP_CENTER
>>
>> (0, 0)
>>
>> ACCOUNT_EMAIL_CONFIRMATION_EXPIRE_DAYS
>>
>> 3
>>
>> TIME_INPUT_FORMATS
>>
>> ('%H:%M:%S', '%H:%M:%S.%f', '%H:%M')
>>
>> ACCOUNT_EMAIL_CONFIRMATION_AUTHENTICATED_REDIRECT_URL
>>
>> None
>>
>> ACCOUNT_INVITE_USER_URL
>>
>> u'account_invite_user'
>>
>> REGISTRATION_OPEN
>>
>> True
>>
>> ALLOWED_HOSTS
>>
>> ['localhost', '127.0.0.1', '52.169.151.10', 'geonode.iwlearn.org']
>>
>> EMAIL_HOST
>>
>> 'smtp.sendgrid.net'
>>
>> DOWNLOAD_FORMATS_RASTER
>>
>> ['JPEG',
>> 'PDF',
>> 'PNG',
>> 'ArcGrid',
>> 'GeoTIFF',
>> 'Gtopo30',
>> 'ImageMosaic',
>> 'KML',
>> 'View in Google Earth',
>> 'Tiles',
>> 'GML',
>> 'GZIP']
>>
>> AUTH_EXEMPT_URLS
>>
>> ()
>>
>> WSGI_APPLICATION
>>
>> None
>>
>> EMAIL_SUBJECT_PREFIX
>>
>> '[Django] '
>>
>> SERVER_EMAIL
>>
>> 'root at localhost'
>>
>> SECURE_HSTS_SECONDS
>>
>> 0
>>
>> STATICFILES_FINDERS
>>
>> ('django.contrib.staticfiles.finders.FileSystemFinder',
>> 'django.contrib.staticfiles.finders.AppDirectoriesFinder')
>>
>> NOTIFICATION_QUEUE_ALL
>>
>> False
>>
>> S3_MEDIA_ENABLED
>>
>> False
>>
>> CELERY_IMPORTS
>>
>> ('geonode.tasks.deletion', 'geonode.tasks.update', 'geonode.tasks.email')
>>
>> SESSION_COOKIE_DOMAIN
>>
>> None
>>
>> SESSION_COOKIE_NAME
>>
>> 'sessionid'
>>
>> GEOSERVER_PUBLIC_LOCATION
>>
>> 'http://localhost:8080/geoserver/'
>>
>> AWS_STORAGE_BUCKET_NAME
>>
>> ''
>>
>> AWS_BUCKET_NAME
>>
>> ''
>>
>> SECURE_REDIRECT_EXEMPT
>>
>> []
>>
>> ACCOUNT_USE_AUTH_AUTHENTICATE
>>
>> False
>>
>> EMAIL_SSL_KEYFILE
>>
>> u'********************'
>>
>> FILE_UPLOAD_DIRECTORY_PERMISSIONS
>>
>> None
>>
>> X_FRAME_OPTIONS
>>
>> 'SAMEORIGIN'
>>
>> FILE_UPLOAD_PERMISSIONS
>>
>> None
>>
>> ACCOUNT_TIMEZONES
>>
>> [('Africa/Abidjan', 'Africa/Abidjan'),
>> ('Africa/Accra', 'Africa/Accra'),
>> ('Africa/Addis_Ababa', 'Africa/Addis_Ababa'),
>> ('Africa/Algiers', 'Africa/Algiers'),
>> ('Africa/Asmara', 'Africa/Asmara'),
>> ('Africa/Asmera', 'Africa/Asmera'),
>> ('Africa/Bamako', 'Africa/Bamako'),
>> ('Africa/Bangui', 'Africa/Bangui'),
>> ('Africa/Banjul', 'Africa/Banjul'),
>> ('Africa/Bissau', 'Africa/Bissau'),
>> ('Africa/Blantyre', 'Africa/Blantyre'),
>> ('Africa/Brazzaville', 'Africa/Brazzaville'),
>> ('Africa/Bujumbura', 'Africa/Bujumbura'),
>> ('Africa/Cairo', 'Africa/Cairo'),
>> ('Africa/Casablanca', 'Africa/Casablanca'),
>> ('Africa/Ceuta', 'Africa/Ceuta'),
>> ('Africa/Conakry', 'Africa/Conakry'),
>> ('Africa/Dakar', 'Africa/Dakar'),
>> ('Africa/Dar_es_Salaam', 'Africa/Dar_es_Salaam'),
>> ('Africa/Djibouti', 'Africa/Djibouti'),
>> ('Africa/Douala', 'Africa/Douala'),
>> ('Africa/El_Aaiun', 'Africa/El_Aaiun'),
>> ('Africa/Freetown', 'Africa/Freetown'),
>> ('Africa/Gaborone', 'Africa/Gaborone'),
>> ('Africa/Harare', 'Africa/Harare'),
>> ('Africa/Johannesburg', 'Africa/Johannesburg'),
>> ('Africa/Juba', 'Africa/Juba'),
>> ('Africa/Kampala', 'Africa/Kampala'),
>> ('Africa/Khartoum', 'Africa/Khartoum'),
>> ('Africa/Kigali', 'Africa/Kigali'),
>> ('Africa/Kinshasa', 'Africa/Kinshasa'),
>> ('Africa/Lagos', 'Africa/Lagos'),
>> ('Africa/Libreville', 'Africa/Libreville'),
>> ('Africa/Lome', 'Africa/Lome'),
>> ('Africa/Luanda', 'Africa/Luanda'),
>> ('Africa/Lubumbashi', 'Africa/Lubumbashi'),
>> ('Africa/Lusaka', 'Africa/Lusaka'),
>> ('Africa/Malabo', 'Africa/Malabo'),
>> ('Africa/Maputo', 'Africa/Maputo'),
>> ('Africa/Maseru', 'Africa/Maseru'),
>> ('Africa/Mbabane', 'Africa/Mbabane'),
>> ('Africa/Mogadishu', 'Africa/Mogadishu'),
>> ('Africa/Monrovia', 'Africa/Monrovia'),
>> ('Africa/Nairobi', 'Africa/Nairobi'),
>> ('Africa/Ndjamena', 'Africa/Ndjamena'),
>> ('Africa/Niamey', 'Africa/Niamey'),
>> ('Africa/Nouakchott', 'Africa/Nouakchott'),
>> ('Africa/Ouagadougou', 'Africa/Ouagadougou'),
>> ('Africa/Porto-Novo', 'Africa/Porto-Novo'),
>> ('Africa/Sao_Tome', 'Africa/Sao_Tome'),
>> ('Africa/Timbuktu', 'Africa/Timbuktu'),
>> ('Africa/Tripoli', 'Africa/Tripoli'),
>> ('Africa/Tunis', 'Africa/Tunis'),
>> ('Africa/Windhoek', 'Africa/Windhoek'),
>> ('America/Adak', 'America/Adak'),
>> ('America/Anchorage', 'America/Anchorage'),
>> ('America/Anguilla', 'America/Anguilla'),
>> ('America/Antigua', 'America/Antigua'),
>> ('America/Araguaina', 'America/Araguaina'),
>> ('America/Argentina/Buenos_Aires', 'America/Argentina/Buenos_Aires'),
>> ('America/Argentina/Catamarca', 'America/Argentina/Catamarca'),
>> ('America/Argentina/ComodRivadavia', 'America/Argentina/ComodRivadavia'),
>> ('America/Argentina/Cordoba', 'America/Argentina/Cordoba'),
>> ('America/Argentina/Jujuy', 'America/Argentina/Jujuy'),
>> ('America/Argentina/La_Rioja', 'America/Argentina/La_Rioja'),
>> ('America/Argentina/Mendoza', 'America/Argentina/Mendoza'),
>> ('America/Argentina/Rio_Gallegos', 'America/Argentina/Rio_Gallegos'),
>> ('America/Argentina/Salta', 'America/Argentina/Salta'),
>> ('America/Argentina/San_Juan', 'America/Argentina/San_Juan'),
>> ('America/Argentina/San_Luis', 'America/Argentina/San_Luis'),
>> ('America/Argentina/Tucuman', 'America/Argentina/Tucuman'),
>> ('America/Argentina/Ushuaia', 'America/Argentina/Ushuaia'),
>> ('America/Aruba', 'America/Aruba'),
>> ('America/Asuncion', 'America/Asuncion'),
>> ('America/Atikokan', 'America/Atikokan'),
>> ('America/Atka', 'America/Atka'),
>> ('America/Bahia', 'America/Bahia'),
>> ('America/Bahia_Banderas', 'America/Bahia_Banderas'),
>> ('America/Barbados', 'America/Barbados'),
>> ('America/Belem', 'America/Belem'),
>> ('America/Belize', 'America/Belize'),
>> ('America/Blanc-Sablon', 'America/Blanc-Sablon'),
>> ('America/Boa_Vista', 'America/Boa_Vista'),
>> ('America/Bogota', 'America/Bogota'),
>> ('America/Boise', 'America/Boise'),
>> ('America/Buenos_Aires', 'America/Buenos_Aires'),
>> ('America/Cambridge_Bay', 'America/Cambridge_Bay'),
>> ('America/Campo_Grande', 'America/Campo_Grande'),
>> ('America/Cancun', 'America/Cancun'),
>> ('America/Caracas', 'America/Caracas'),
>> ('America/Catamarca', 'America/Catamarca'),
>> ('America/Cayenne', 'America/Cayenne'),
>> ('America/Cayman', 'America/Cayman'),
>> ('America/Chicago', 'America/Chicago'),
>> ('America/Chihuahua', 'America/Chihuahua'),
>> ('America/Coral_Harbour', 'America/Coral_Harbour'),
>> ('America/Cordoba', 'America/Cordoba'),
>> ('America/Costa_Rica', 'America/Costa_Rica'),
>> ('America/Creston', 'America/Creston'),
>> ('America/Cuiaba', 'America/Cuiaba'),
>> ('America/Curacao', 'America/Curacao'),
>> ('America/Danmarkshavn', 'America/Danmarkshavn'),
>> ('America/Dawson', 'America/Dawson'),
>> ('America/Dawson_Creek', 'America/Dawson_Creek'),
>> ('America/Denver', 'America/Denver'),
>> ('America/Detroit', 'America/Detroit'),
>> ('America/Dominica', 'America/Dominica'),
>> ('America/Edmonton', 'America/Edmonton'),
>> ('America/Eirunepe', 'America/Eirunepe'),
>> ('America/El_Salvador', 'America/El_Salvador'),
>> ('America/Ensenada', 'America/Ensenada'),
>> ('America/Fort_Wayne', 'America/Fort_Wayne'),
>> ('America/Fortaleza', 'America/Fortaleza'),
>> ('America/Glace_Bay', 'America/Glace_Bay'),
>> ('America/Godthab', 'America/Godthab'),
>> ('America/Goose_Bay', 'America/Goose_Bay'),
>> ('America/Grand_Turk', 'America/Grand_Turk'),
>> ('America/Grenada', 'America/Grenada'),
>> ('America/Guadeloupe', 'America/Guadeloupe'),
>> ('America/Guatemala', 'America/Guatemala'),
>> ('America/Guayaquil', 'America/Guayaquil'),
>> ('America/Guyana', 'America/Guyana'),
>> ('America/Halifax', 'America/Halifax'),
>> ('America/Havana', 'America/Havana'),
>> ('America/Hermosillo', 'America/Hermosillo'),
>> ('America/Indiana/Indianapolis', 'America/Indiana/Indianapolis'),
>> ('America/Indiana/Knox', 'America/Indiana/Knox'),
>> ('America/Indiana/Marengo', 'America/Indiana/Marengo'),
>> ('America/Indiana/Petersburg', 'America/Indiana/Petersburg'),
>> ('America/Indiana/Tell_City', 'America/Indiana/Tell_City'),
>> ('America/Indiana/Vevay', 'America/Indiana/Vevay'),
>> ('America/Indiana/Vincennes', 'America/Indiana/Vincennes'),
>> ('America/Indiana/Winamac', 'America/Indiana/Winamac'),
>> ('America/Indianapolis', 'America/Indianapolis'),
>> ('America/Inuvik', 'America/Inuvik'),
>> ('America/Iqaluit', 'America/Iqaluit'),
>> ('America/Jamaica', 'America/Jamaica'),
>> ('America/Jujuy', 'America/Jujuy'),
>> ('America/Juneau', 'America/Juneau'),
>> ('America/Kentucky/Louisville', 'America/Kentucky/Louisville'),
>> ('America/Kentucky/Monticello', 'America/Kentucky/Monticello'),
>> ('America/Knox_IN', 'America/Knox_IN'),
>> ('America/Kralendijk', 'America/Kralendijk'),
>> ('America/La_Paz', 'America/La_Paz'),
>> ('America/Lima', 'America/Lima'),
>> ('America/Los_Angeles', 'America/Los_Angeles'),
>> ('America/Louisville', 'America/Louisville'),
>> ('America/Lower_Princes', 'America/Lower_Princes'),
>> ('America/Maceio', 'America/Maceio'),
>> ('America/Managua', 'America/Managua'),
>> ('America/Manaus', 'America/Manaus'),
>> ('America/Marigot', 'America/Marigot'),
>> ('America/Martinique', 'America/Martinique'),
>> ('America/Matamoros', 'America/Matamoros'),
>> ('America/Mazatlan', 'America/Mazatlan'),
>> ('America/Mendoza', 'America/Mendoza'),
>> ('America/Menominee', 'America/Menominee'),
>> ('America/Merida', 'America/Merida'),
>> ('America/Metlakatla', 'America/Metlakatla'),
>> ('America/Mexico_City', 'America/Mexico_City'),
>> ('America/Miquelon', 'America/Miquelon'),
>> ('America/Moncton', 'America/Moncton'),
>> ('America/Monterrey', 'America/Monterrey'),
>> ('America/Montevideo', 'America/Montevideo'),
>> ('America/Montreal', 'America/Montreal'),
>> ('America/Montserrat', 'America/Montserrat'),
>> ('America/Nassau', 'America/Nassau'),
>> ('America/New_York', 'America/New_York'),
>> ('America/Nipigon', 'America/Nipigon'),
>> ('America/Nome', 'America/Nome'),
>> ('America/Noronha', 'America/Noronha'),
>> ('America/North_Dakota/Beulah', 'America/North_Dakota/Beulah'),
>> ('America/North_Dakota/Center', 'America/North_Dakota/Center'),
>> ('America/North_Dakota/New_Salem', 'America/North_Dakota/New_Salem'),
>> ('America/Ojinaga', 'America/Ojinaga'),
>> ('America/Panama', 'America/Panama'),
>> ('America/Pangnirtung', 'America/Pangnirtung'),
>> ('America/Paramaribo', 'America/Paramaribo'),
>> ('America/Phoenix', 'America/Phoenix'),
>> ('America/Port-au-Prince', 'America/Port-au-Prince'),
>> ('America/Port_of_Spain', 'America/Port_of_Spain'),
>> ('America/Porto_Acre', 'America/Porto_Acre'),
>> ('America/Porto_Velho', 'America/Porto_Velho'),
>> ('America/Puerto_Rico', 'America/Puerto_Rico'),
>> ('America/Rainy_River', 'America/Rainy_River'),
>> ('America/Rankin_Inlet', 'America/Rankin_Inlet'),
>> ('America/Recife', 'America/Recife'),
>> ('America/Regina', 'America/Regina'),
>> ('America/Resolute', 'America/Resolute'),
>> ('America/Rio_Branco', 'America/Rio_Branco'),
>> ('America/Rosario', 'America/Rosario'),
>> ('America/Santa_Isabel', 'America/Santa_Isabel'),
>> ('America/Santarem', 'America/Santarem'),
>> ('America/Santiago', 'America/Santiago'),
>> ('America/Santo_Domingo', 'America/Santo_Domingo'),
>> ('America/Sao_Paulo', 'America/Sao_Paulo'),
>> ('America/Scoresbysund', 'America/Scoresbysund'),
>> ('America/Shiprock', 'America/Shiprock'),
>> ('America/Sitka', 'America/Sitka'),
>> ('America/St_Barthelemy', 'America/St_Barthelemy'),
>> ('America/St_Johns', 'America/St_Johns'),
>> ('America/St_Kitts', 'America/St_Kitts'),
>> ('America/St_Lucia', 'America/St_Lucia'),
>> ('America/St_Thomas', 'America/St_Thomas'),
>> ('America/St_Vincent', 'America/St_Vincent'),
>> ('America/Swift_Current', 'America/Swift_Current'),
>> ('America/Tegucigalpa', 'America/Tegucigalpa'),
>> ('America/Thule', 'America/Thule'),
>> ('America/Thunder_Bay', 'America/Thunder_Bay'),
>> ('America/Tijuana', 'America/Tijuana'),
>> ('America/Toronto', 'America/Toronto'),
>> ('America/Tortola', 'America/Tortola'),
>> ('America/Vancouver', 'America/Vancouver'),
>> ('America/Virgin', 'America/Virgin'),
>> ('America/Whitehorse', 'America/Whitehorse'),
>> ('America/Winnipeg', 'America/Winnipeg'),
>> ('America/Yakutat', 'America/Yakutat'),
>> ('America/Yellowknife', 'America/Yellowknife'),
>> ('Antarctica/Casey', 'Antarctica/Casey'),
>> ('Antarctica/Davis', 'Antarctica/Davis'),
>> ('Antarctica/DumontDUrville', 'Antarctica/DumontDUrville'),
>> ('Antarctica/Macquarie', 'Antarctica/Macquarie'),
>> ('Antarctica/Mawson', 'Antarctica/Mawson'),
>> ('Antarctica/McMurdo', 'Antarctica/McMurdo'),
>> ('Antarctica/Palmer', 'Antarctica/Palmer'),
>> ('Antarctica/Rothera', 'Antarctica/Rothera'),
>> ('Antarctica/South_Pole', 'Antarctica/South_Pole'),
>> ('Antarctica/Syowa', 'Antarctica/Syowa'),
>> ('Antarctica/Troll', 'Antarctica/Troll'),
>> ('Antarctica/Vostok', 'Antarctica/Vostok'),
>> ('Arctic/Longyearbyen', 'Arctic/Longyearbyen'),
>> ('Asia/Aden', 'Asia/Aden'),
>> ('Asia/Almaty', 'Asia/Almaty'),
>> ('Asia/Amman', 'Asia/Amman'),
>> ('Asia/Anadyr', 'Asia/Anadyr'),
>> ('Asia/Aqtau', 'Asia/Aqtau'),
>> ('Asia/Aqtobe', 'Asia/Aqtobe'),
>> ('Asia/Ashgabat', 'Asia/Ashgabat'),
>> ('Asia/Ashkhabad', 'Asia/Ashkhabad'),
>> ('Asia/Baghdad', 'Asia/Baghdad'),
>> ('Asia/Bahrain', 'Asia/Bahrain'),
>> ('Asia/Baku', 'Asia/Baku'),
>> ('Asia/Bangkok', 'Asia/Bangkok'),
>> ('Asia/Beirut', 'Asia/Beirut'),
>> ('Asia/Bishkek', 'Asia/Bishkek'),
>> ('Asia/Brunei', 'Asia/Brunei'),
>> ('Asia/Calcutta', 'Asia/Calcutta'),
>> ('Asia/Chita', 'Asia/Chita'),
>> ('Asia/Choibalsan', 'Asia/Choibalsan'),
>> ('Asia/Chongqing', 'Asia/Chongqing'),
>> ('Asia/Chungking', 'Asia/Chungking'),
>> ('Asia/Colombo', 'Asia/Colombo'),
>> ('Asia/Dacca', 'Asia/Dacca'),
>> ('Asia/Damascus', 'Asia/Damascus'),
>> ('Asia/Dhaka', 'Asia/Dhaka'),
>> ('Asia/Dili', 'Asia/Dili'),
>> ('Asia/Dubai', 'Asia/Dubai'),
>> ('Asia/Dushanbe', 'Asia/Dushanbe'),
>> ('Asia/Gaza', 'Asia/Gaza'),
>> ('Asia/Harbin', 'Asia/Harbin'),
>> ('Asia/Hebron', 'Asia/Hebron'),
>> ('Asia/Ho_Chi_Minh', 'Asia/Ho_Chi_Minh'),
>> ('Asia/Hong_Kong', 'Asia/Hong_Kong'),
>> ('Asia/Hovd', 'Asia/Hovd'),
>> ('Asia/Irkutsk', 'Asia/Irkutsk'),
>> ('Asia/Istanbul', 'Asia/Istanbul'),
>> ('Asia/Jakarta', 'Asia/Jakarta'),
>> ('Asia/Jayapura', 'Asia/Jayapura'),
>> ('Asia/Jerusalem', 'Asia/Jerusalem'),
>> ('Asia/Kabul', 'Asia/Kabul'),
>> ('Asia/Kamchatka', 'Asia/Kamchatka'),
>> ('Asia/Karachi', 'Asia/Karachi'),
>> ('Asia/Kashgar', 'Asia/Kashgar'),
>> ('Asia/Kathmandu', 'Asia/Kathmandu'),
>> ('Asia/Katmandu', 'Asia/Katmandu'),
>> ('Asia/Khandyga', 'Asia/Khandyga'),
>> ('Asia/Kolkata', 'Asia/Kolkata'),
>> ('Asia/Krasnoyarsk', 'Asia/Krasnoyarsk'),
>> ('Asia/Kuala_Lumpur', 'Asia/Kuala_Lumpur'),
>> ('Asia/Kuching', 'Asia/Kuching'),
>> ('Asia/Kuwait', 'Asia/Kuwait'),
>> ('Asia/Macao', 'Asia/Macao'),
>> ('Asia/Macau', 'Asia/Macau'),
>> ('Asia/Magadan', 'Asia/Magadan'),
>> ('Asia/Makassar', 'Asia/Makassar'),
>> ('Asia/Manila', 'Asia/Manila'),
>> ('Asia/Muscat', 'Asia/Muscat'),
>> ('Asia/Nicosia', 'Asia/Nicosia'),
>> ('Asia/Novokuznetsk', 'Asia/Novokuznetsk'),
>> ('Asia/Novosibirsk', 'Asia/Novosibirsk'),
>> ('Asia/Omsk', 'Asia/Omsk'),
>> ('Asia/Oral', 'Asia/Oral'),
>> ('Asia/Phnom_Penh', 'Asia/Phnom_Penh'),
>> ('Asia/Pontianak', 'Asia/Pontianak'),
>> ('Asia/Pyongyang', 'Asia/Pyongyang'),
>> ('Asia/Qatar', 'Asia/Qatar'),
>> ('Asia/Qyzylorda', 'Asia/Qyzylorda'),
>> ('Asia/Rangoon', 'Asia/Rangoon'),
>> ('Asia/Riyadh', 'Asia/Riyadh'),
>> ('Asia/Saigon', 'Asia/Saigon'),
>> ('Asia/Sakhalin', 'Asia/Sakhalin'),
>> ('Asia/Samarkand', 'Asia/Samarkand'),
>> ('Asia/Seoul', 'Asia/Seoul'),
>> ('Asia/Shanghai', 'Asia/Shanghai'),
>> ('Asia/Singapore', 'Asia/Singapore'),
>> ('Asia/Srednekolymsk', 'Asia/Srednekolymsk'),
>> ('Asia/Taipei', 'Asia/Taipei'),
>> ('Asia/Tashkent', 'Asia/Tashkent'),
>> ('Asia/Tbilisi', 'Asia/Tbilisi'),
>> ('Asia/Tehran', 'Asia/Tehran'),
>> ('Asia/Tel_Aviv', 'Asia/Tel_Aviv'),
>> ('Asia/Thimbu', 'Asia/Thimbu'),
>> ('Asia/Thimphu', 'Asia/Thimphu'),
>> ('Asia/Tokyo', 'Asia/Tokyo'),
>> ('Asia/Ujung_Pandang', 'Asia/Ujung_Pandang'),
>> ('Asia/Ulaanbaatar', 'Asia/Ulaanbaatar'),
>> ('Asia/Ulan_Bator', 'Asia/Ulan_Bator'),
>> ('Asia/Urumqi', 'Asia/Urumqi'),
>> ('Asia/Ust-Nera', 'Asia/Ust-Nera'),
>> ('Asia/Vientiane', 'Asia/Vientiane'),
>> ('Asia/Vladivostok', 'Asia/Vladivostok'),
>> ('Asia/Yakutsk', 'Asia/Yakutsk'),
>> ('Asia/Yekaterinburg', 'Asia/Yekaterinburg'),
>> ('Asia/Yerevan', 'Asia/Yerevan'),
>> ('Atlantic/Azores', 'Atlantic/Azores'),
>> ('Atlantic/Bermuda', 'Atlantic/Bermuda'),
>> ('Atlantic/Canary', 'Atlantic/Canary'),
>> ('Atlantic/Cape_Verde', 'Atlantic/Cape_Verde'),
>> ('Atlantic/Faeroe', 'Atlantic/Faeroe'),
>> ('Atlantic/Faroe', 'Atlantic/Faroe'),
>> ('Atlantic/Jan_Mayen', 'Atlantic/Jan_Mayen'),
>> ('Atlantic/Madeira', 'Atlantic/Madeira'),
>> ('Atlantic/Reykjavik', 'Atlantic/Reykjavik'),
>> ('Atlantic/South_Georgia', 'Atlantic/South_Georgia'),
>> ('Atlantic/St_Helena', 'Atlantic/St_Helena'),
>> ('Atlantic/Stanley', 'Atlantic/Stanley'),
>> ('Australia/ACT', 'Australia/ACT'),
>> ('Australia/Adelaide', 'Australia/Adelaide'),
>> ('Australia/Brisbane', 'Australia/Brisbane'),
>> ('Australia/Broken_Hill', 'Australia/Broken_Hill'),
>> ('Australia/Canberra', 'Australia/Canberra'),
>> ('Australia/Currie', 'Australia/Currie'),
>> ('Australia/Darwin', 'Australia/Darwin'),
>> ('Australia/Eucla', 'Australia/Eucla'),
>> ('Australia/Hobart', 'Australia/Hobart'),
>> ('Australia/LHI', 'Australia/LHI'),
>> ('Australia/Lindeman', 'Australia/Lindeman'),
>> ('Australia/Lord_Howe', 'Australia/Lord_Howe'),
>> ('Australia/Melbourne', 'Australia/Melbourne'),
>> ('Australia/NSW', 'Australia/NSW'),
>> ('Australia/North', 'Australia/North'),
>> ('Australia/Perth', 'Australia/Perth'),
>> ('Australia/Queensland', 'Australia/Queensland'),
>> ('Australia/South', 'Australia/South'),
>> ('Australia/Sydney', 'Australia/Sydney'),
>> ('Australia/Tasmania', 'Australia/Tasmania'),
>> ('Australia/Victoria', 'Australia/Victoria'),
>> ('Australia/West', 'Australia/West'),
>> ('Australia/Yancowinna', 'Australia/Yancowinna'),
>> ('Brazil/Acre', 'Brazil/Acre'),
>> ('Brazil/DeNoronha', 'Brazil/DeNoronha'),
>> ('Brazil/East', 'Brazil/East'),
>> ('Brazil/West', 'Brazil/West'),
>> ('CET', 'CET'),
>> ('CST6CDT', 'CST6CDT'),
>> ('Canada/Atlantic', 'Canada/Atlantic'),
>> ('Canada/Central', 'Canada/Central'),
>> ('Canada/East-Saskatchewan', 'Canada/East-Saskatchewan'),
>> ('Canada/Eastern', 'Canada/Eastern'),
>> ('Canada/Mountain', 'Canada/Mountain'),
>> ('Canada/Newfoundland', 'Canada/Newfoundland'),
>> ('Canada/Pacific', 'Canada/Pacific'),
>> ('Canada/Saskatchewan', 'Canada/Saskatchewan'),
>> ('Canada/Yukon', 'Canada/Yukon'),
>> ('Chile/Continental', 'Chile/Continental'),
>> ('Chile/EasterIsland', 'Chile/EasterIsland'),
>> ('Cuba', 'Cuba'),
>> ('EET', 'EET'),
>> ('EST', 'EST'),
>> ('EST5EDT', 'EST5EDT'),
>> ('Egypt', 'Egypt'),
>> ('Eire', 'Eire'),
>> ('Etc/GMT', 'Etc/GMT'),
>> ('Etc/GMT+0', 'Etc/GMT+0'),
>> ('Etc/GMT+1', 'Etc/GMT+1'),
>> ('Etc/GMT+10', 'Etc/GMT+10'),
>> ('Etc/GMT+11', 'Etc/GMT+11'),
>> ('Etc/GMT+12', 'Etc/GMT+12'),
>> ('Etc/GMT+2', 'Etc/GMT+2'),
>> ('Etc/GMT+3', 'Etc/GMT+3'),
>> ('Etc/GMT+4', 'Etc/GMT+4'),
>> ('Etc/GMT+5', 'Etc/GMT+5'),
>> ('Etc/GMT+6', 'Etc/GMT+6'),
>> ('Etc/GMT+7', 'Etc/GMT+7'),
>> ('Etc/GMT+8', 'Etc/GMT+8'),
>> ('Etc/GMT+9', 'Etc/GMT+9'),
>> ('Etc/GMT-0', 'Etc/GMT-0'),
>> ('Etc/GMT-1', 'Etc/GMT-1'),
>> ('Etc/GMT-10', 'Etc/GMT-10'),
>> ('Etc/GMT-11', 'Etc/GMT-11'),
>> ('Etc/GMT-12', 'Etc/GMT-12'),
>> ('Etc/GMT-13', 'Etc/GMT-13'),
>> ('Etc/GMT-14', 'Etc/GMT-14'),
>> ('Etc/GMT-2', 'Etc/GMT-2'),
>> ('Etc/GMT-3', 'Etc/GMT-3'),
>> ('Etc/GMT-4', 'Etc/GMT-4'),
>> ('Etc/GMT-5', 'Etc/GMT-5'),
>> ('Etc/GMT-6', 'Etc/GMT-6'),
>> ('Etc/GMT-7', 'Etc/GMT-7'),
>> ('Etc/GMT-8', 'Etc/GMT-8'),
>> ('Etc/GMT-9', 'Etc/GMT-9'),
>> ('Etc/GMT0', 'Etc/GMT0'),
>> ('Etc/Greenwich', 'Etc/Greenwich'),
>> ('Etc/UCT', 'Etc/UCT'),
>> ('Etc/UTC', 'Etc/UTC'),
>> ('Etc/Universal', 'Etc/Universal'),
>> ('Etc/Zulu', 'Etc/Zulu'),
>> ('Europe/Amsterdam', 'Europe/Amsterdam'),
>> ('Europe/Andorra', 'Europe/Andorra'),
>> ('Europe/Athens', 'Europe/Athens'),
>> ('Europe/Belfast', 'Europe/Belfast'),
>> ('Europe/Belgrade', 'Europe/Belgrade'),
>> ('Europe/Berlin', 'Europe/Berlin'),
>> ('Europe/Bratislava', 'Europe/Bratislava'),
>> ('Europe/Brussels', 'Europe/Brussels'),
>> ('Europe/Bucharest', 'Europe/Bucharest'),
>> ('Europe/Budapest', 'Europe/Budapest'),
>> ('Europe/Busingen', 'Europe/Busingen'),
>> ('Europe/Chisinau', 'Europe/Chisinau'),
>> ('Europe/Copenhagen', 'Europe/Copenhagen'),
>> ('Europe/Dublin', 'Europe/Dublin'),
>> ('Europe/Gibraltar', 'Europe/Gibraltar'),
>> ('Europe/Guernsey', 'Europe/Guernsey'),
>> ('Europe/Helsinki', 'Europe/Helsinki'),
>> ('Europe/Isle_of_Man', 'Europe/Isle_of_Man'),
>> ('Europe/Istanbul', 'Europe/Istanbul'),
>> ('Europe/Jersey', 'Europe/Jersey'),
>> ('Europe/Kaliningrad', 'Europe/Kaliningrad'),
>> ('Europe/Kiev', 'Europe/Kiev'),
>> ('Europe/Lisbon', 'Europe/Lisbon'),
>> ('Europe/Ljubljana', 'Europe/Ljubljana'),
>> ('Europe/London', 'Europe/London'),
>> ('Europe/Luxembourg', 'Europe/Luxembourg'),
>> ('Europe/Madrid', 'Europe/Madrid'),
>> ('Europe/Malta', 'Europe/Malta'),
>> ('Europe/Mariehamn', 'Europe/Mariehamn'),
>> ('Europe/Minsk', 'Europe/Minsk'),
>> ('Europe/Monaco', 'Europe/Monaco'),
>> ('Europe/Moscow', 'Europe/Moscow'),
>> ('Europe/Nicosia', 'Europe/Nicosia'),
>> ('Europe/Oslo', 'Europe/Oslo'),
>> ('Europe/Paris', 'Europe/Paris'),
>> ('Europe/Podgorica', 'Europe/Podgorica'),
>> ('Europe/Prague', 'Europe/Prague'),
>> ('Europe/Riga', 'Europe/Riga'),
>> ('Europe/Rome', 'Europe/Rome'),
>> ('Europe/Samara', 'Europe/Samara'),
>> ('Europe/San_Marino', 'Europe/San_Marino'),
>> ('Europe/Sarajevo', 'Europe/Sarajevo'),
>> ('Europe/Simferopol', 'Europe/Simferopol'),
>> ('Europe/Skopje', 'Europe/Skopje'),
>> ('Europe/Sofia', 'Europe/Sofia'),
>> ('Europe/Stockholm', 'Europe/Stockholm'),
>> ('Europe/Tallinn', 'Europe/Tallinn'),
>> ('Europe/Tirane', 'Europe/Tirane'),
>> ('Europe/Tiraspol', 'Europe/Tiraspol'),
>> ('Europe/Uzhgorod', 'Europe/Uzhgorod'),
>> ('Europe/Vaduz', 'Europe/Vaduz'),
>> ('Europe/Vatican', 'Europe/Vatican'),
>> ('Europe/Vienna', 'Europe/Vienna'),
>> ('Europe/Vilnius', 'Europe/Vilnius'),
>> ('Europe/Volgograd', 'Europe/Volgograd'),
>> ('Europe/Warsaw', 'Europe/Warsaw'),
>> ('Europe/Zagreb', 'Europe/Zagreb'),
>> ('Europe/Zaporozhye', 'Europe/Zaporozhye'),
>> ('Europe/Zurich', 'Europe/Zurich'),
>> ('GB', 'GB'),
>> ('GB-Eire', 'GB-Eire'),
>> ('GMT', 'GMT'),
>> ('GMT+0', 'GMT+0'),
>> ('GMT-0', 'GMT-0'),
>> ('GMT0', 'GMT0'),
>> ('Greenwich', 'Greenwich'),
>> ('HST', 'HST'),
>> ('Hongkong', 'Hongkong'),
>> ('Iceland', 'Iceland'),
>> ('Indian/Antananarivo', 'Indian/Antananarivo'),
>> ('Indian/Chagos', 'Indian/Chagos'),
>> ('Indian/Christmas', 'Indian/Christmas'),
>> ('Indian/Cocos', 'Indian/Cocos'),
>> ('Indian/Comoro', 'Indian/Comoro'),
>> ('Indian/Kerguelen', 'Indian/Kerguelen'),
>> ('Indian/Mahe', 'Indian/Mahe'),
>> ('Indian/Maldives', 'Indian/Maldives'),
>> ('Indian/Mauritius', 'Indian/Mauritius'),
>> ('Indian/Mayotte', 'Indian/Mayotte'),
>> ('Indian/Reunion', 'Indian/Reunion'),
>> ('Iran', 'Iran'),
>> ('Israel', 'Israel'),
>> ('Jamaica', 'Jamaica'),
>> ('Japan', 'Japan'),
>> ('Kwajalein', 'Kwajalein'),
>> ('Libya', 'Libya'),
>> ('MET', 'MET'),
>> ('MST', 'MST'),
>> ('MST7MDT', 'MST7MDT'),
>> ('Mexico/BajaNorte', 'Mexico/BajaNorte'),
>> ('Mexico/BajaSur', 'Mexico/BajaSur'),
>> ('Mexico/General', 'Mexico/General'),
>> ('NZ', 'NZ'),
>> ('NZ-CHAT', 'NZ-CHAT'),
>> ('Navajo', 'Navajo'),
>> ('PRC', 'PRC'),
>> ('PST8PDT', 'PST8PDT'),
>> ('Pacific/Apia', 'Pacific/Apia'),
>> ('Pacific/Auckland', 'Pacific/Auckland'),
>> ('Pacific/Bougainville', 'Pacific/Bougainville'),
>> ('Pacific/Chatham', 'Pacific/Chatham'),
>> ('Pacific/Chuuk', 'Pacific/Chuuk'),
>> ('Pacific/Easter', 'Pacific/Easter'),
>> ('Pacific/Efate', 'Pacific/Efate'),
>> ('Pacific/Enderbury', 'Pacific/Enderbury'),
>> ('Pacific/Fakaofo', 'Pacific/Fakaofo'),
>> ('Pacific/Fiji', 'Pacific/Fiji'),
>> ('Pacific/Funafuti', 'Pacific/Funafuti'),
>> ('Pacific/Galapagos', 'Pacific/Galapagos'),
>> ('Pacific/Gambier', 'Pacific/Gambier'),
>> ('Pacific/Guadalcanal', 'Pacific/Guadalcanal'),
>> ('Pacific/Guam', 'Pacific/Guam'),
>> ('Pacific/Honolulu', 'Pacific/Honolulu'),
>> ('Pacific/Johnston', 'Pacific/Johnston'),
>> ('Pacific/Kiritimati', 'Pacific/Kiritimati'),
>> ('Pacific/Kosrae', 'Pacific/Kosrae'),
>> ('Pacific/Kwajalein', 'Pacific/Kwajalein'),
>> ('Pacific/Majuro', 'Pacific/Majuro'),
>> ('Pacific/Marquesas', 'Pacific/Marquesas'),
>> ('Pacific/Midway', 'Pacific/Midway'),
>> ('Pacific/Nauru', 'Pacific/Nauru'),
>> ('Pacific/Niue', 'Pacific/Niue'),
>> ('Pacific/Norfolk', 'Pacific/Norfolk'),
>> ('Pacific/Noumea', 'Pacific/Noumea'),
>> ('Pacific/Pago_Pago', 'Pacific/Pago_Pago'),
>> ('Pacific/Palau', 'Pacific/Palau'),
>> ('Pacific/Pitcairn', 'Pacific/Pitcairn'),
>> ('Pacific/Pohnpei', 'Pacific/Pohnpei'),
>> ('Pacific/Ponape', 'Pacific/Ponape'),
>> ('Pacific/Port_Moresby', 'Pacific/Port_Moresby'),
>> ('Pacific/Rarotonga', 'Pacific/Rarotonga'),
>> ('Pacific/Saipan', 'Pacific/Saipan'),
>> ('Pacific/Samoa', 'Pacific/Samoa'),
>> ('Pacific/Tahiti', 'Pacific/Tahiti'),
>> ('Pacific/Tarawa', 'Pacific/Tarawa'),
>> ('Pacific/Tongatapu', 'Pacific/Tongatapu'),
>> ('Pacific/Truk', 'Pacific/Truk'),
>> ('Pacific/Wake', 'Pacific/Wake'),
>> ('Pacific/Wallis', 'Pacific/Wallis'),
>> ('Pacific/Yap', 'Pacific/Yap'),
>> ('Poland', 'Poland'),
>> ('Portugal', 'Portugal'),
>> ('ROC', 'ROC'),
>> ('ROK', 'ROK'),
>> ('Singapore', 'Singapore'),
>> ('Turkey', 'Turkey'),
>> ('UCT', 'UCT'),
>> ('US/Alaska', 'US/Alaska'),
>> ('US/Aleutian', 'US/Aleutian'),
>> ('US/Arizona', 'US/Arizona'),
>> ('US/Central', 'US/Central'),
>> ('US/East-Indiana', 'US/East-Indiana'),
>> ('US/Eastern', 'US/Eastern'),
>> ('US/Hawaii', 'US/Hawaii'),
>> ('US/Indiana-Starke', 'US/Indiana-Starke'),
>> ('US/Michigan', 'US/Michigan'),
>> ('US/Mountain', 'US/Mountain'),
>> ('US/Pacific', 'US/Pacific'),
>> ('US/Pacific-New', 'US/Pacific-New'),
>> ('US/Samoa', 'US/Samoa'),
>> ('UTC', 'UTC'),
>> ('Universal', 'Universal'),
>> ('W-SU', 'W-SU'),
>> ('WET', 'WET'),
>> ('Zulu', 'Zulu')]
>>
>> FILE_UPLOAD_HANDLERS
>>
>> ('django.core.files.uploadhandler.MemoryFileUploadHandler',
>> 'django.core.files.uploadhandler.TemporaryFileUploadHandler')
>>
>> DEFAULT_CONTENT_TYPE
>>
>> 'text/html'
>>
>> DEBUG_STATIC
>>
>> 0
>>
>> ACCOUNT_APPROVAL_REQUIRED
>>
>> False
>>
>> BING_API_KEY
>>
>> u'********************'
>>
>> DATABASE_URL
>>
>> 'sqlite:////usr/local/lib/python2.7/dist-packages/geonode/development.db'
>>
>> APPEND_SLASH
>>
>> True
>>
>> FIRST_DAY_OF_WEEK
>>
>> 0
>>
>> DATABASE_ROUTERS
>>
>> []
>>
>> DEFAULT_TABLESPACE
>>
>> ''
>>
>> STAMEN_BASEMAPS
>>
>> False
>>
>> GEOSERVER_LOCATION
>>
>> 'http://localhost:8080/geoserver/'
>>
>> YEAR_MONTH_FORMAT
>>
>> 'F Y'
>>
>> STATICFILES_STORAGE
>>
>> 'django.contrib.staticfiles.storage.StaticFilesStorage'
>>
>> CACHES
>>
>> {'default': {'BACKEND': 'django.core.cache.backends.dummy.DummyCache'}}
>>
>> DEFAULT_ANONYMOUS_DOWNLOAD_PERMISSION
>>
>> 1
>>
>> CKAN_ORIGINS
>>
>> [{'css_class': 'hdx',
>> 'label': 'Humanitarian Data Exchange (HDX)',
>> 'url': 'https://data.hdx.rwlabs.org/dataset/new?title={name}&dataset_date={date}¬es={abstract}&caveats={caveats}'}]
>>
>> SLACK_WEBHOOK_URLS
>>
>> ['https://hooks.slack.com/services/T000/B000/XX']
>>
>> ACCOUNT_EMAIL_CONFIRMATION_EMAIL
>>
>> True
>>
>> SESSION_COOKIE_PATH
>>
>> '/'
>>
>> ALT_OSM_BASEMAPS
>>
>> False
>>
>> USE_X_FORWARDED_HOST
>>
>> False
>>
>> ACCOUNT_OPEN_SIGNUP
>>
>> True
>>
>> ROOT_URLCONF
>>
>> 'geonode.urls'
>>
>> CATALOGUE
>>
>> {'default': {'ENGINE': 'geonode.catalogue.backends.pycsw_local',
>> 'URL': 'http://geonode.iwlearn.org/catalogue/csw'}}
>>
>> MAPBOX_ACCESS_TOKEN
>>
>> u'********************'
>>
>> MISSING_THUMBNAIL
>>
>> 'geonode/img/missing_thumb.png'
>>
>> FILE_UPLOAD_TEMP_DIR
>>
>> None
>>
>> MIDDLEWARE_CLASSES
>>
>> ('django.middleware.common.CommonMiddleware',
>> 'django.contrib.sessions.middleware.SessionMiddleware',
>> 'django.contrib.messages.middleware.MessageMiddleware',
>> 'django.middleware.locale.LocaleMiddleware',
>> 'pagination.middleware.PaginationMiddleware',
>> 'django.middleware.csrf.CsrfViewMiddleware',
>> 'django.contrib.auth.middleware.AuthenticationMiddleware',
>> 'django.middleware.clickjacking.XFrameOptionsMiddleware',
>> 'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
>> 'oauth2_provider.middleware.OAuth2TokenMiddleware')
>>
>> USE_I18N
>>
>> 1
>>
>> THOUSAND_SEPARATOR
>>
>> ','
>>
>> SECRET_KEY
>>
>> u'********************'
>>
>> MODELTRANSLATION_FALLBACK_LANGUAGES
>>
>> ('en',)
>>
>> LANGUAGE_COOKIE_NAME
>>
>> 'django_language'
>>
>> OGC_SERVER
>>
>> {'default': {'BACKEND': 'geonode.geoserver',
>> 'BACKEND_WRITE_ENABLED': True,
>> 'DATASTORE': 'datastore',
>> 'GEOGIG_DATASTORE_DIR': '',
>> 'GEOGIG_ENABLED': False,
>> 'GEONODE_SECURITY_ENABLED': True,
>> 'LOCATION': 'http://localhost:8080/geoserver/',
>> 'LOGIN_ENDPOINT': 'j_spring_oauth2_geonode_login',
>> 'LOGOUT_ENDPOINT': 'j_spring_oauth2_geonode_logout',
>> 'LOG_FILE': '/usr/share/geoserver/data/logs/geoserver.log',
>> 'MAPFISH_PRINT_ENABLED': True,
>> 'PASSWORD': u'********************',
>> 'PRINT_NG_ENABLED': True,
>> 'PUBLIC_LOCATION': 'http://geonode.iwlearn.org/geoserver/',
>> 'USER': 'admin',
>> 'WMST_ENABLED': False,
>> 'WPS_ENABLED': True}}
>>
>> ACCOUNT_REMEMBER_ME_EXPIRY
>>
>> 315360000
>>
>> ACCOUNT_PASSWORD_CHANGE_REDIRECT_URL
>>
>> u'********************'
>>
>> DEFAULT_MAP_CRS
>>
>> 'EPSG:900913'
>>
>> EMAIL_USE_SSL
>>
>> False
>>
>> ACCOUNT_EMAIL_UNIQUE
>>
>> True
>>
>> THESAURI
>>
>> []
>>
>> LOGGING_CONFIG
>>
>> 'logging.config.dictConfig'
>>
>> _DEFAULT_LANGUAGES
>>
>> (('en', 'English'),
>> ('es', 'Espa\xc3\xb1ol'),
>> ('it', 'Italiano'),
>> ('fr', 'Fran\xc3\xa7ais'),
>> ('de', 'Deutsch'),
>> ('el', '\xce\x95\xce\xbb\xce\xbb\xce\xb7\xce\xbd\xce\xb9\xce\xba\xce\xac'),
>> ('id', 'Bahasa Indonesia'),
>> ('zh-cn', '\xe4\xb8\xad\xe6\x96\x87'),
>> ('ja', '\xe6\x97\xa5\xe6\x9c\xac\xe8\xaa\x9e'),
>> ('fa', 'Persian'),
>> ('ar', 'Arabic'),
>> ('bn', 'Bengali'),
>> ('ne', 'Nepali'),
>> ('sq', 'Albanian'),
>> ('af', 'Afrikaans'),
>> ('sw', 'Swahili'),
>> ('pt', 'Portuguese'),
>> ('pt-br', 'Portuguese (Brazil)'),
>> ('ru', 'Russian'),
>> ('vi', 'Vietnamese'),
>> ('ko', '\xed\x95\x9c\xea\xb5\xad\xec\x96\xb4'),
>> ('am', 'Amharic'),
>> ('km', 'Khmer'),
>> ('pl', 'Polish'),
>> ('sv', 'Swedish'),
>> ('th', '\xe0\xb9\x84\xe0\xb8\x97\xe0\xb8\xa2'),
>> ('uk', 'Ukranian'),
>> ('si', 'Sinhala'),
>> ('ta', 'Tamil'),
>> ('tl', 'Tagalog'))
>>
>> TEMPLATE_LOADERS
>>
>> ('django.template.loaders.filesystem.Loader',
>> 'django.template.loaders.app_directories.Loader')
>>
>> FORCE_SCRIPT_NAME
>>
>> None
>>
>> TASTYPIE_DEFAULT_FORMATS
>>
>> ['json']
>>
>> TEMPLATE_DEBUG
>>
>> True
>>
>> AUTO_GENERATE_AVATAR_SIZES
>>
>> (20, 30, 32, 40, 50, 65, 70, 80, 100, 140, 200, 240)
>>
>> CSRF_COOKIE_NAME
>>
>> 'csrftoken'
>>
>> THEME_ACCOUNT_CONTACT_EMAIL
>>
>> 'admin at example.com'
>>
>> CELERY_DEFAULT_EXCHANGE
>>
>> 'default'
>>
>> OAUTH2_PROVIDER
>>
>> {'CLIENT_ID_GENERATOR_CLASS': 'oauth2_provider.generators.ClientIdGenerator',
>> 'SCOPES': {'groups': 'Access to your groups',
>> 'read': 'Read scope',
>> 'write': 'Write scope'}}
>>
>> CELERY_DEFAULT_ROUTING_KEY
>>
>> u'********************'
>>
>> ACCOUNT_LOGIN_REDIRECT_URL
>>
>> u'/'
>>
>> TWITTER_HASHTAGS
>>
>> ['geonode']
>>
>> CELERY_ALWAYS_EAGER
>>
>> True
>>
>> EMAIL_TIMEOUT
>>
>> None
>>
>> MODIFY_TOPICCATEGORY
>>
>> 1
>>
>> SIGNING_BACKEND
>>
>> 'django.core.signing.TimestampSigner'
>>
>> UPLOADER
>>
>> {'BACKEND': 'geonode.rest',
>> 'OPTIONS': {'GEOGIG_ENABLED': False,
>> 'MOSAIC_ENABLED': False,
>> 'TIME_ENABLED': False}}
>>
>> SESSION_COOKIE_SECURE
>>
>> False
>>
>> NLP_ENABLED
>>
>> False
>>
>> ACCOUNT_LOGIN_URL
>>
>> u'account_login'
>>
>> MESSAGE_STORAGE
>>
>> 'django.contrib.messages.storage.fallback.FallbackStorage'
>>
>> CACHE_TIME
>>
>> 0
>>
>> SECURE_BROWSER_XSS_FILTER
>>
>> False
>>
>> PYCSW
>>
>> {'CONFIGURATION': {'metadata:inspire': {'conformity_service': 'notEvaluated',
>> 'contact_email': 'Email Address',
>> 'contact_name': 'Organization Name',
>> 'date': 'YYYY-MM-DD',
>> 'default_language': 'eng',
>> 'enabled': 'true',
>> 'gemet_keywords': 'Utility and governmental services',
>> 'languages_supported': 'eng,gre',
>> 'temp_extent': 'YYYY-MM-DD/YYYY-MM-DD'},
>> 'metadata:main': {'contact_address': 'Mailing Address',
>> 'contact_city': 'City',
>> 'contact_country': 'Country',
>> 'contact_email': 'Email Address',
>> 'contact_fax': '+xx-xxx-xxx-xxxx',
>> 'contact_hours': 'Hours of Service',
>> 'contact_instructions': 'During hours of service. Off on weekends.',
>> 'contact_name': 'Lastname, Firstname',
>> 'contact_phone': '+xx-xxx-xxx-xxxx',
>> 'contact_position': 'Position Title',
>> 'contact_postalcode': 'Zip or Postal Code',
>> 'contact_role': 'pointOfContact',
>> 'contact_stateorprovince': 'Administrative Area',
>> 'contact_url': 'Contact URL',
>> 'identification_abstract': 'GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data',
>> 'identification_accessconstraints': 'None',
>> 'identification_fees': 'None',
>> 'identification_keywords': 'sdi, catalogue, discovery, metadata, GeoNode',
>> 'identification_keywords_type': 'theme',
>> 'identification_title': 'GeoNode Catalogue',
>> 'provider_name': 'Organization Name',
>> 'provider_url': 'http://localhost:8000/'}}}
>>
>> CSRF_COOKIE_DOMAIN
>>
>> None
>>
>> FILE_CHARSET
>>
>> 'utf-8'
>>
>> DEBUG
>>
>> True
>>
>> SECURE_SSL_REDIRECT
>>
>> False
>>
>> LANGUAGE_COOKIE_DOMAIN
>>
>> None
>>
>> AWS_ACCESS_KEY_ID
>>
>> u'********************'
>>
>> DEFAULT_FILE_STORAGE
>>
>> 'django.core.files.storage.FileSystemStorage'
>>
>> INSTALLED_APPS
>>
>> ('modeltranslation',
>> 'django.contrib.auth',
>> 'django.contrib.contenttypes',
>> 'django.contrib.sessions',
>> 'django.contrib.sites',
>> 'django.contrib.admin',
>> 'django.contrib.sitemaps',
>> 'django.contrib.staticfiles',
>> 'django.contrib.messages',
>> 'django.contrib.humanize',
>> 'django.contrib.gis',
>> 'pagination',
>> 'taggit',
>> 'treebeard',
>> 'friendlytagloader',
>> 'geoexplorer',
>> 'leaflet',
>> 'django_extensions',
>> 'autocomplete_light',
>> 'mptt',
>> 'djcelery',
>> 'storages',
>> 'pinax_theme_bootstrap_account',
>> 'pinax_theme_bootstrap',
>> 'django_forms_bootstrap',
>> 'account',
>> 'avatar',
>> 'dialogos',
>> 'agon_ratings',
>> 'announcements',
>> 'actstream',
>> 'user_messages',
>> 'tastypie',
>> 'polymorphic',
>> 'guardian',
>> 'oauth2_provider',
>> 'geonode.people',
>> 'geonode.base',
>> 'geonode.layers',
>> 'geonode.maps',
>> 'geonode.proxy',
>> 'geonode.security',
>> 'geonode.social',
>> 'geonode.catalogue',
>> 'geonode.documents',
>> 'geonode.api',
>> 'geonode.groups',
>> 'geonode.services',
>> 'geonode.geoserver',
>> 'geonode.upload',
>> 'geonode.tasks')
>>
>> LANGUAGES_BIDI
>>
>> ('he', 'ar', 'fa', 'ur')
>>
>> USE_L10N
>>
>> 1
>>
>> DATABASE_ENGINE
>>
>> 'postgresql_psycopg2'
>>
>> STATIC_ROOT
>>
>> '/var/www/geonode/static/'
>>
>> STATICFILES_DIRS
>>
>> ['/etc/geonode/media', '/usr/local/lib/python2.7/dist-packages/geonode/static']
>>
>> SECURE_HSTS_INCLUDE_SUBDOMAINS
>>
>> False
>>
>> DATABASE_NAME
>>
>> 'geonode'
>>
>> LEAFLET_CONFIG
>>
>> {'PLUGINS': {u'ALL': {u'css': ['/static/leaflet/draw/leaflet.draw.css',
>> '/static/lib/css/leaflet.fullscreen.css'],
>> u'js': ['/static/leaflet/draw/leaflet.draw.js',
>> '/static/leaflet/leaflet.extras.js',
>> '/static/leaflet/leaflet.forms.js',
>> '/static/lib/js/Leaflet.fullscreen.min.js',
>> '/static/lib/js/esri-leaflet.js']},
>> u'__default__': {u'css': ['/static/lib/css/leaflet.fullscreen.css'],
>> u'js': ['/static/lib/js/Leaflet.fullscreen.min.js',
>> '/static/lib/js/esri-leaflet.js']},
>> u'__is_normalized__': True,
>> 'esri-leaflet': {'auto-include': True,
>> u'css': [],
>> 'js': ['/static/lib/js/esri-leaflet.js']},
>> u'forms': {u'auto-include': False,
>> u'css': ['/static/leaflet/draw/leaflet.draw.css'],
>> u'js': ['/static/leaflet/draw/leaflet.draw.js',
>> '/static/leaflet/leaflet.extras.js',
>> '/static/leaflet/leaflet.forms.js']},
>> 'leaflet-fullscreen': {'auto-include': True,
>> 'css': ['/static/lib/css/leaflet.fullscreen.css'],
>> 'js': ['/static/lib/js/Leaflet.fullscreen.min.js']}},
>> 'RESET_VIEW': False,
>> 'SRID': 3857,
>> 'TILES': [('Watercolor',
>> 'http://{s}.tile.stamen.com/watercolor/{z}/{x}/{y}.png <http://tile.stamen.com/watercolor/%7Bz%7D/%7Bx%7D/%7By%7D.png>',
>> 'Map tiles by <a href="http://stamen.com">Stamen Design</a>, <a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a> — Map data © <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, <a href="http://creativecommons.org/licenses/by-sa/2.0/"> CC-BY-SA</a>'),
>> ('Toner Lite',
>> 'http://{s}.tile.stamen.com/toner-lite/{z}/{x}/{y}.png <http://tile.stamen.com/toner-lite/%7Bz%7D/%7Bx%7D/%7By%7D.png>',
>> 'Map tiles by <a href="http://stamen.com">Stamen Design</a>, <a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a> — Map data © <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, <a href="http://creativecommons.org/licenses/by-sa/2.0/"> CC-BY-SA</a>')]}
>>
>> DOWNLOAD_FORMATS_VECTOR
>>
>> ['JPEG',
>> 'PDF',
>> 'PNG',
>> 'Zipped Shapefile',
>> 'GML 2.0',
>> 'GML 3.1.1',
>> 'CSV',
>> 'Excel',
>> 'GeoJSON',
>> 'KML',
>> 'View in Google Earth',
>> 'Tiles']
>>
>> PREPEND_WWW
>>
>> False
>>
>> SECURE_PROXY_SSL_HEADER
>>
>> None
>>
>> AUTH_IP_WHITELIST
>>
>> []
>>
>> SOCIAL_ORIGINS
>>
>> [{'css_class': 'email',
>> 'label': 'Email',
>> 'url': 'mailto:?subject={name}&body={url}'},
>> {'css_class': 'fb',
>> 'label': 'Facebook',
>> 'url': 'http://www.facebook.com/sharer.php?u={url}'},
>> {'css_class': 'tw',
>> 'label': 'Twitter',
>> 'url': 'https://twitter.com/share?url={url}&hashtags={hashtags}'},
>> {'css_class': 'gp',
>> 'label': 'Google +',
>> 'url': 'https://plus.google.com/share?url={url}'}]
>>
>> ACCOUNT_PASSWORD_RESET_REDIRECT_URL
>>
>> u'********************'
>>
>> LANGUAGE_COOKIE_AGE
>>
>> None
>>
>> SESSION_COOKIE_HTTPONLY
>>
>> True
>>
>> AWS_SECRET_ACCESS_KEY
>>
>> u'********************'
>>
>> DEBUG_PROPAGATE_EXCEPTIONS
>>
>> False
>>
>> INTERNAL_IPS
>>
>> ()
>>
>> DEFAULT_ANONYMOUS_VIEW_PERMISSION
>>
>> 1
>>
>> MEDIA_URL
>>
>> '/uploaded/'
>>
>> _DEFAULT_SECRET_KEY
>>
>> u'********************'
>>
>> MONTH_DAY_FORMAT
>>
>> 'F j'
>>
>> ACCOUNT_EMAIL_CONFIRMATION_ANONYMOUS_REDIRECT_URL
>>
>> u'account_login'
>>
>> LOGIN_URL
>>
>> '/account/login/'
>>
>> SESSION_EXPIRE_AT_BROWSER_CLOSE
>>
>> False
>>
>> SEARCH_FILTERS
>>
>> {'CATEGORIES_ENABLED': True,
>> 'DATE_ENABLED': True,
>> 'EXTENT_ENABLED': True,
>> 'H_KEYWORDS_ENABLED': u'********************',
>> 'KEYWORDS_ENABLED': u'********************',
>> 'OWNERS_ENABLED': True,
>> 'REGION_ENABLED': True,
>> 'TEXT_ENABLED': True,
>> 'TYPE_ENABLED': True,
>> 'T_KEYWORDS_ENABLED': u'********************'}
>>
>> OPENGRAPH_ENABLED
>>
>> True
>>
>> PROJECT_ROOT
>>
>> '/usr/local/lib/python2.7/dist-packages/geonode'
>>
>> OGP_URL
>>
>> 'http://geodata.tufts.edu/solr/select'
>>
>> CELERY_EAGER_PROPAGATES_EXCEPTIONS
>>
>> True
>>
>> TIME_FORMAT
>>
>> 'P'
>>
>> CELERY_IGNORE_RESULT
>>
>> True
>>
>> SERVICE_UPDATE_INTERVAL
>>
>> 0
>>
>> AUTH_USER_MODEL
>>
>> 'people.Profile'
>>
>> DATE_INPUT_FORMATS
>>
>> ('%Y-%m-%d',
>> '%m/%d/%Y',
>> '%m/%d/%y',
>> '%b %d %Y',
>> '%b %d, %Y',
>> '%d %b %Y',
>> '%d %b, %Y',
>> '%B %d %Y',
>> '%B %d, %Y',
>> '%d %B %Y',
>> '%d %B, %Y')
>>
>> ACCOUNT_LOGOUT_REDIRECT_URL
>>
>> u'/'
>>
>> HAYSTACK_SEARCH
>>
>> False
>>
>> AUTHENTICATION_BACKENDS
>>
>> ('oauth2_provider.backends.OAuth2Backend',
>> 'django.contrib.auth.backends.ModelBackend',
>> 'guardian.backends.ObjectPermissionBackend')
>>
>> EMAIL_HOST_PASSWORD
>>
>> u'********************'
>>
>> CELERY_DISABLE_RATE_LIMITS
>>
>> True
>>
>> PASSWORD_RESET_TIMEOUT_DAYS
>>
>> u'********************'
>>
>> SESSION_FILE_PATH
>>
>> None
>>
>> CACHE_MIDDLEWARE_ALIAS
>>
>> 'default'
>>
>> SESSION_SAVE_EVERY_REQUEST
>>
>> False
>>
>> NUMBER_GROUPING
>>
>> 0
>>
>> SHORT_DATETIME_FORMAT
>>
>> 'm/d/Y P'
>>
>> SESSION_ENGINE
>>
>> 'django.contrib.sessions.backends.db'
>>
>> CELERY_RESULT_BACKEND
>>
>> None
>>
>> ACCOUNT_DELETION_MARK_CALLBACK
>>
>> <function account_delete_mark at 0x7fc1cc02f758>
>>
>> CSRF_COOKIE_PATH
>>
>> '/'
>>
>> LOGIN_REDIRECT_URL
>>
>> '/accounts/profile/'
>>
>> TEMPLATE_STRING_IF_INVALID
>>
>> ''
>>
>> NLP_LIBRARY_PATH
>>
>> '/opt/MITIE/mitielib'
>>
>> ACCOUNT_DELETION_EXPUNGE_HOURS
>>
>> 48
>>
>> GEONODE_ROOT
>>
>> '/usr/local/lib/python2.7/dist-packages/geonode'
>>
>> DECIMAL_SEPARATOR
>>
>> '.'
>>
>> API_INCLUDE_REGIONS_COUNT
>>
>> u'********************'
>>
>> CELERY_SEND_EVENTS
>>
>> False
>>
>> EXIF_ENABLED
>>
>> False
>>
>> NOSE_ARGS
>>
>> ['--nocapture', '--detailed-errors']
>>
>> LOCALE_PATHS
>>
>> ('/usr/local/lib/python2.7/dist-packages/geonode/locale',)
>>
>> NLP_MODEL_PATH
>>
>> '/opt/MITIE/MITIE-models/english/ner_model.dat'
>>
>> PASSWORD_HASHERS
>>
>> u'********************'
>>
>> PROXY_ALLOWED_HOSTS
>>
>> ()
>>
>> LOCAL_MEDIA_URL
>>
>> '/uploaded/'
>>
>> CARTODB_BASEMAPS
>>
>> False
>>
>> SITEURL
>>
>> 'http://geonode.iwlearn.org/'
>>
>> LOGOUT_URL
>>
>> '/account/logout/'
>>
>> MAP_BASELAYERS
>>
>> [{'source': {'ptype': 'gxp_wmscsource',
>> 'restUrl': '/gs/rest',
>> 'url': 'http://geonode.iwlearn.org/geoserver/wms'}},
>> {'args': ['No background'],
>> 'fixed': True,
>> 'group': 'background',
>> 'name': 'background',
>> 'source': {'ptype': 'gxp_olsource'},
>> 'type': 'OpenLayers.Layer',
>> 'visibility': False},
>> {'fixed': True,
>> 'group': 'background',
>> 'name': 'mapnik',
>> 'source': {'ptype': 'gxp_osmsource'},
>> 'type': 'OpenLayers.Layer.OSM',
>> 'visibility': True}]
>>
>> EMAIL_USE_TLS
>>
>> True
>>
>> ACCOUNT_LANGUAGES
>>
>> [('en', u'English'),
>> ('es', u'espa\xf1ol'),
>> ('it', u'italiano'),
>> ('fr', u'fran\xe7ais'),
>> ('de', u'Deutsch'),
>> ('el', u'\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac'),
>> ('id', u'Bahasa Indonesia'),
>> ('zh-cn', u'\u7b80\u4f53\u4e2d\u6587'),
>> ('ja', u'\u65e5\u672c\u8a9e'),
>> ('fa', u'\u0641\u0627\u0631\u0633\u06cc'),
>> ('ar', u'\u0627\u0644\u0639\u0631\u0628\u064a\u0651\u0629'),
>> ('bn', u'\u09ac\u09be\u0982\u09b2\u09be'),
>> ('ne', u'\u0928\u0947\u092a\u093e\u0932\u0940'),
>> ('sq', u'shqip'),
>> ('af', u'Afrikaans'),
>> ('sw', u'Kiswahili'),
>> ('pt', u'Portugu\xeas'),
>> ('pt-br', u'Portugu\xeas Brasileiro'),
>> ('ru', u'\u0420\u0443\u0441\u0441\u043a\u0438\u0439'),
>> ('vi', u'Ti\xea\u0301ng Vi\xea\u0323t'),
>> ('ko', u'\ud55c\uad6d\uc5b4'),
>> ('am', 'Amharic'),
>> ('km', u'Khmer'),
>> ('pl', u'polski'),
>> ('sv', u'svenska'),
>> ('th', u'\u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22'),
>> ('uk', u'\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430'),
>> ('si', 'sinhala'),
>> ('ta', u'tamil'),
>> ('tl', 'tagalog')]
>>
>> GOOGLE_API_KEY
>>
>> u'********************'
>>
>> FIXTURE_DIRS
>>
>> ()
>>
>> ABSOLUTE_URL_OVERRIDES
>>
>> {}
>>
>> DATE_FORMAT
>>
>> 'N j, Y'
>>
>> NLP_LOCATION_THRESHOLD
>>
>> 1.0
>>
>> CSRF_FAILURE_VIEW
>>
>> 'django.views.csrf.csrf_failure'
>>
>> SKIP_PERMS_FILTER
>>
>> False
>>
>> ACCOUNT_NOTIFY_ON_PASSWORD_CHANGE
>>
>> u'********************'
>>
>> MEDIA_ROOT
>>
>> '/var/www/geonode/uploaded'
>>
>> AGON_RATINGS_CATEGORY_CHOICES
>>
>> {'documents.Document': {'document': 'How good is this document?'},
>> 'layers.Layer': {'layer': 'How good is this layer?'},
>> 'maps.Map': {'map': 'How good is this map?'}}
>>
>> DATABASE_HOST
>>
>> 'localhost'
>>
>> SECURE_CONTENT_TYPE_NOSNIFF
>>
>> False
>>
>> DEFAULT_EXCEPTION_REPORTER_FILTER
>>
>> 'django.views.debug.SafeExceptionReporterFilter'
>>
>> ADMINS
>>
>> []
>>
>> FORMAT_MODULE_PATH
>>
>> None
>>
>> DEFAULT_FROM_EMAIL
>>
>> 'webmaster at localhost'
>>
>> GEONODE_APPS
>>
>> ('geonode.people',
>> 'geonode.base',
>> 'geonode.layers',
>> 'geonode.maps',
>> 'geonode.proxy',
>> 'geonode.security',
>> 'geonode.social',
>> 'geonode.catalogue',
>> 'geonode.documents',
>> 'geonode.api',
>> 'geonode.groups',
>> 'geonode.services',
>> 'geonode.geoserver',
>> 'geonode.upload',
>> 'geonode.tasks')
>>
>> GEOSERVER_URL
>>
>> 'http://geonode.iwlearn.org/geoserver/'
>>
>> DATETIME_FORMAT
>>
>> 'N j, Y, P'
>>
>> TEMPLATE_DIRS
>>
>> ('/etc/geonode/templates',
>> '/usr/local/lib/python2.7/dist-packages/geonode/templates')
>>
>> ALLOWED_DOCUMENT_TYPES
>>
>> ['doc',
>> 'docx',
>> 'gif',
>> 'jpg',
>> 'jpeg',
>> 'ods',
>> 'odt',
>> 'odp',
>> 'pdf',
>> 'png',
>> 'ppt',
>> 'pptx',
>> 'rar',
>> 'sld',
>> 'tif',
>> 'tiff',
>> 'txt',
>> 'xls',
>> 'xlsx',
>> 'xml',
>> 'zip',
>> 'gz',
>> 'qml']
>>
>> NOTIFICATION_LANGUAGE_MODULE
>>
>> 'account.Account'
>>
>> ACCOUNT_DELETION_EXPUNGE_CALLBACK
>>
>> <function account_delete_expunge at 0x7fc1cc02f6e0>
>>
>> RESOURCE_PUBLISHING
>>
>> False
>>
>> ACCOUNT_HOOKSET
>>
>> <account.hooks.AccountDefaultHookSet object at 0x7fc1bd736550>
>>
>> PROXY_URL
>>
>> '/proxy/?url='
>>
>> SITE_ID
>>
>> 1
>>
>> DISALLOWED_USER_AGENTS
>>
>> ()
>>
>> ALLOWED_INCLUDE_ROOTS
>>
>> ()
>>
>> API_LIMIT_PER_PAGE
>>
>> u'********************'
>>
>> THUNDERFOREST_BASEMAPS
>>
>> False
>>
>> ACCOUNT_SETTINGS_REDIRECT_URL
>>
>> u'account_settings'
>>
>> USE_THOUSAND_SEPARATOR
>>
>> False
>>
>> EXTRA_LANG_INFO
>>
>> {'am': {'bidi': False,
>> 'code': 'am',
>> 'name': 'Amharic',
>> 'name_local': 'Amharic'},
>> 'si': {'bidi': False,
>> 'code': 'si',
>> 'name': 'Sinhala',
>> 'name_local': 'sinhala'},
>> 'ta': {'bidi': False, 'code': 'ta', 'name': 'Tamil', 'name_local': u'tamil'},
>> 'tl': {'bidi': False,
>> 'code': 'tl',
>> 'name': 'Tagalog',
>> 'name_local': 'tagalog'}}
>>
>> SRID
>>
>> {'DETAIL': 'never'}
>>
>> LOGGING
>>
>> {'disable_existing_loggers': True,
>> 'filters': {'require_debug_false': {'()': 'django.utils.log.RequireDebugFalse'}},
>> 'formatters': {'simple': {'format': '%(message)s'},
>> 'verbose': {'format': '%(levelname)s %(asctime)s %(module)s %(process)d %(thread)d %(message)s'}},
>> 'handlers': {'console': {'class': 'logging.StreamHandler',
>> 'formatter': 'simple',
>> 'level': 'ERROR'},
>> 'mail_admins': {'class': 'django.utils.log.AdminEmailHandler',
>> 'filters': ['require_debug_false'],
>> 'level': 'ERROR'},
>> 'null': {'class': 'django.utils.log.NullHandler',
>> 'level': 'ERROR'}},
>> 'loggers': {'django': {'handlers': ['console'], 'level': 'ERROR'},
>> 'geonode': {'handlers': ['console'], 'level': 'ERROR'},
>> 'gsconfig.catalog': {'handlers': ['console'], 'level': 'ERROR'},
>> 'owslib': {'handlers': ['console'], 'level': 'ERROR'},
>> 'pycsw': {'handlers': ['console'], 'level': 'ERROR'}},
>> 'version': 1}
>>
>> _DEFAULT_STATICFILES_DIRS
>>
>> ['/usr/local/lib/python2.7/dist-packages/geonode/static']
>>
>> SHORT_DATE_FORMAT
>>
>> 'm/d/Y'
>>
>> TWITTER_SITE
>>
>> '@GeoNode'
>>
>> DATABASE_USER
>>
>> 'geonode'
>>
>> SLACK_ENABLED
>>
>> False
>>
>> TEMPLATES
>>
>> [{'APP_DIRS': True,
>> 'BACKEND': 'django.template.backends.django.DjangoTemplates',
>> 'DIRS': ['/usr/local/lib/python2.7/dist-packages/geonode/templates'],
>> 'NAME': 'GeoNode Project Templates',
>> 'OPTIONS': {'context_processors': ['django.contrib.auth.context_processors.auth',
>> 'django.core.context_processors.debug',
>> 'django.core.context_processors.i18n',
>> 'django.core.context_processors.tz',
>> 'django.core.context_processors.media',
>> 'django.core.context_processors.static',
>> 'django.core.context_processors.request',
>> 'django.contrib.messages.context_processors.messages',
>> 'account.context_processors.account',
>> 'geonode.context_processors.resource_urls',
>> 'geonode.geoserver.context_processors.geoserver_urls'],
>> 'debug': 1}}]
>>
>> TEST_RUNNER
>>
>> 'django_nose.NoseTestSuiteRunner'
>>
>> ACTSTREAM_SETTINGS
>>
>> {'FETCH_RELATIONS': True,
>> 'GFK_FETCH_DEPTH': 1,
>> 'USE_JSONFIELD': True,
>> 'USE_PREFETCH': False}
>>
>> MODELTRANSLATION_LANGUAGES
>>
>> ['en']
>>
>> HAYSTACK_FACET_COUNTS
>>
>> False
>>
>> CACHE_MIDDLEWARE_KEY_PREFIX
>>
>> u'********************'
>>
>> AWS_S3_BUCKET_DOMAIN
>>
>> '.s3.amazonaws.com'
>>
>> TIME_ZONE
>>
>> 'America/Chicago'
>>
>> FILE_UPLOAD_MAX_MEMORY_SIZE
>>
>> 2621440
>>
>> LOCAL_GEOSERVER
>>
>> {'source': {'ptype': 'gxp_wmscsource',
>> 'restUrl': '/gs/rest',
>> 'url': 'http://geonode.iwlearn.org/geoserver/wms'}}
>>
>> SESSION_CACHE_ALIAS
>>
>> 'default'
>>
>> EMAIL_BACKEND
>>
>> 'django.core.mail.backends.smtp.EmailBackend'
>>
>> ANONYMOUS_USER_ID
>>
>> '-1'
>>
>> DEFAULT_MAP_ZOOM
>>
>> 0
>>
>> TEMPLATE_CONTEXT_PROCESSORS
>>
>> ('django.contrib.auth.context_processors.auth',
>> 'django.template.context_processors.debug',
>> 'django.template.context_processors.i18n',
>> 'django.template.context_processors.media',
>> 'django.template.context_processors.static',
>> 'django.template.context_processors.tz',
>> 'django.contrib.messages.context_processors.messages')
>>
>> LOCKDOWN_GEONODE
>>
>> 0
>>
>> S3_STATIC_ENABLED
>>
>> False
>>
>> DATABASE_PORT
>>
>> '5432'
>>
>> SESSION_COOKIE_AGE
>>
>> 1209600
>>
>> SETTINGS_MODULE
>>
>> 'geonode.settings'
>>
>> GUARDIAN_GET_INIT_ANONYMOUS_USER
>>
>> 'geonode.people.models.get_anonymous_user_instance'
>>
>> USE_ETAGS
>>
>> False
>>
>> SOCIAL_BUTTONS
>>
>> True
>>
>> LANGUAGES
>>
>> (('en', 'English'),
>> ('es', 'Espa\xc3\xb1ol'),
>> ('it', 'Italiano'),
>> ('fr', 'Fran\xc3\xa7ais'),
>> ('de', 'Deutsch'),
>> ('el', '\xce\x95\xce\xbb\xce\xbb\xce\xb7\xce\xbd\xce\xb9\xce\xba\xce\xac'),
>> ('id', 'Bahasa Indonesia'),
>> ('zh-cn', '\xe4\xb8\xad\xe6\x96\x87'),
>> ('ja', '\xe6\x97\xa5\xe6\x9c\xac\xe8\xaa\x9e'),
>> ('fa', 'Persian'),
>> ('ar', 'Arabic'),
>> ('bn', 'Bengali'),
>> ('ne', 'Nepali'),
>> ('sq', 'Albanian'),
>> ('af', 'Afrikaans'),
>> ('sw', 'Swahili'),
>> ('pt', 'Portuguese'),
>> ('pt-br', 'Portuguese (Brazil)'),
>> ('ru', 'Russian'),
>> ('vi', 'Vietnamese'),
>> ('ko', '\xed\x95\x9c\xea\xb5\xad\xec\x96\xb4'),
>> ('am', 'Amharic'),
>> ('km', 'Khmer'),
>> ('pl', 'Polish'),
>> ('sv', 'Swedish'),
>> ('th', '\xe0\xb9\x84\xe0\xb8\x97\xe0\xb8\xa2'),
>> ('uk', 'Ukranian'),
>> ('si', 'Sinhala'),
>> ('ta', 'Tamil'),
>> ('tl', 'Tagalog'))
>>
>> CELERY_TASK_RESULT_EXPIRES
>>
>> 1
>>
>> DEFAULT_INDEX_TABLESPACE
>>
>> ''
>>
>> CSRF_COOKIE_AGE
>>
>> 31449600
>>
>> STATIC_URL
>>
>> '/static/'
>>
>> EMAIL_PORT
>>
>> 587
>>
>> LAYER_PREVIEW_LIBRARY
>>
>> 'geoext'
>>
>> USE_TZ
>>
>> False
>>
>> DEFAULT_SEARCH_SIZE
>>
>> 10
>>
>> CLIENT_RESULTS_LIMIT
>>
>> 100
>>
>> TEST_NON_SERIALIZED_APPS
>>
>> []
>>
>> USE_QUEUE
>>
>> 0
>>
>> MODELTRANSLATION_DEFAULT_LANGUAGE
>>
>> 'en'
>>
>> ACCOUNT_SIGNUP_REDIRECT_URL
>>
>> u'/'
>>
>> LANGUAGE_COOKIE_PATH
>>
>> '/'
>>
>> MIGRATION_MODULES
>>
>> {}
>>
>> CACHE_MIDDLEWARE_SECONDS
>>
>> 600
>>
>> EMAIL_SSL_CERTFILE
>>
>> None
>>
>> SITENAME
>>
>> 'GeoNode'
>>
>> ACCOUNT_CREATE_ON_SAVE
>>
>> True
>>
>> VERSION
>>
>> '2.6.3'
>>
>> CSRF_COOKIE_HTTPONLY
>>
>> False
>>
>> DATETIME_INPUT_FORMATS
>>
>> ('%Y-%m-%d %H:%M:%S',
>> '%Y-%m-%d %H:%M:%S.%f',
>> '%Y-%m-%d %H:%M',
>> '%Y-%m-%d',
>> '%m/%d/%Y %H:%M:%S',
>> '%m/%d/%Y %H:%M:%S.%f',
>> '%m/%d/%Y %H:%M',
>> '%m/%d/%Y',
>> '%m/%d/%y %H:%M:%S',
>> '%m/%d/%y %H:%M:%S.%f',
>> '%m/%d/%y %H:%M',
>> '%m/%d/%y')
>>
>> ACCOUNT_EMAIL_CONFIRMATION_REQUIRED
>>
>> True
>>
>> DATABASE_PASSWORD
>>
>> u'********************'
>>
>> SECURE_SSL_HOST
>>
>> None
>>
>> EMAIL_HOST_USER
>>
>> 'noreply at iwlearn.net'
>>
>> MAX_DOCUMENT_SIZE
>>
>> 1024
>>
>> You're seeing this error because you have DEBUG = True in your Django
>> settings file. Change that to False, and Django will display a standard
>> page generated by the handler for this status code.
>>
>>
>> On Wed, Apr 24, 2019 at 12:07 PM Alessio Fabiani <
>> alessio.fabiani at geo-solutions.it> wrote:
>>
>>> Hi,
>>> from the message, it looks like you need to run again the "migrate"
>>> command, in order to allow GeoNode to create the missing notifications on
>>> the DB.
>>>
>>> Il giorno mer 24 apr 2019 alle ore 11:57 Dev Gis <deviirmr at gmail.com>
>>> ha scritto:
>>>
>>>> Thank you, Alessio, for the reply.
>>>> I just made changes
>>>> *ACCOUNT_APPROVAL_REQUIRED = True* in local_settings.py file and
>>>> restarted the apache2
>>>> and I try to add one user but I got error
>>>> Do I need to configure email server too?
>>>> Could you suggest any documentation for that, I mean how to configure.
>>>>
>>>> DoesNotExist at /account/signup/
>>>>
>>>> NoticeType matching query does not exist.
>>>>
>>>> Request Method: POST
>>>> Request URL: http://geonode.iwlearn.org/account/signup/
>>>> Django Version: 1.8.7
>>>> Exception Type: DoesNotExist
>>>> Exception Value:
>>>>
>>>> NoticeType matching query does not exist.
>>>>
>>>> Exception Location: /usr/lib/python2.7/dist-packages/django/db/models/query.py
>>>> in get, line 334
>>>> Python Executable: /usr/bin/python
>>>> Python Version: 2.7.12
>>>> Python Path:
>>>>
>>>> ['/usr/lib/python2.7',
>>>> '/usr/lib/python2.7/plat-x86_64-linux-gnu',
>>>> '/usr/lib/python2.7/lib-tk',
>>>> '/usr/lib/python2.7/lib-old',
>>>> '/usr/lib/python2.7/lib-dynload',
>>>> '/usr/local/lib/python2.7/dist-packages',
>>>> '/usr/lib/python2.7/dist-packages',
>>>> '/usr/lib/python2.7/dist-packages/PILcompat',
>>>> '/var/www']
>>>>
>>>> Server time: Wed, 24 Apr 2019 04:47:28 -0500
>>>> Traceback Switch to copy-and-paste view
>>>> <http://geonode.iwlearn.org/account/signup/#>
>>>>
>>>> - /usr/lib/python2.7/dist-packages/django/core/handlers/base.py in
>>>> get_response
>>>> 1.
>>>>
>>>> response = wrapped_callback(request, *callback_args, **callback_kwargs)
>>>>
>>>> ...
>>>> ▶ Local vars <http://geonode.iwlearn.org/account/signup/#>
>>>> - /usr/lib/python2.7/dist-packages/django/views/generic/base.py in
>>>> view
>>>> 1.
>>>>
>>>> return self.dispatch(request, *args, **kwargs)
>>>>
>>>> ...
>>>> ▶ Local vars <http://geonode.iwlearn.org/account/signup/#>
>>>> - /usr/lib/python2.7/dist-packages/django/views/generic/base.py in
>>>> dispatch
>>>> 1.
>>>>
>>>> return handler(request, *args, **kwargs)
>>>>
>>>> ...
>>>> ▶ Local vars <http://geonode.iwlearn.org/account/signup/#>
>>>> - /usr/lib/python2.7/dist-packages/account/views.py in post
>>>> 1.
>>>>
>>>> return super(SignupView, self).post(*args, **kwargs)
>>>>
>>>> ...
>>>> ▶ Local vars <http://geonode.iwlearn.org/account/signup/#>
>>>> - /usr/lib/python2.7/dist-packages/django/views/generic/edit.py in
>>>> post
>>>> 1.
>>>>
>>>> return self.form_valid(form)
>>>>
>>>> ...
>>>> ▶ Local vars <http://geonode.iwlearn.org/account/signup/#>
>>>> - /usr/lib/python2.7/dist-packages/django/utils/decorators.py in
>>>> inner
>>>> 1.
>>>>
>>>> return func(*args, **kwargs)
>>>>
>>>> ...
>>>> ▶ Local vars <http://geonode.iwlearn.org/account/signup/#>
>>>> - /usr/lib/python2.7/dist-packages/account/views.py in form_valid
>>>> 1.
>>>>
>>>> notification.send(staff, "account_approve", {"from_user": self.created_user})
>>>>
>>>> ...
>>>> ▶ Local vars <http://geonode.iwlearn.org/account/signup/#>
>>>> - /usr/lib/python2.7/dist-packages/notification/models.py in send
>>>> 1.
>>>>
>>>> return send_now(*args, **kwargs)
>>>>
>>>> ...
>>>> ▶ Local vars <http://geonode.iwlearn.org/account/signup/#>
>>>> - /usr/lib/python2.7/dist-packages/notification/models.py in
>>>> send_now
>>>> 1.
>>>>
>>>> notice_type = NoticeType.objects.get(label=label)
>>>>
>>>> ...
>>>> ▶ Local vars <http://geonode.iwlearn.org/account/signup/#>
>>>> - /usr/lib/python2.7/dist-packages/django/db/models/manager.py in
>>>> manager_method
>>>> 1.
>>>>
>>>> return getattr(self.get_queryset(), name)(*args, **kwargs)
>>>>
>>>> ...
>>>> ▶ Local vars <http://geonode.iwlearn.org/account/signup/#>
>>>> - /usr/lib/python2.7/dist-packages/django/db/models/query.py in get
>>>> 1.
>>>>
>>>> self.model._meta.object_name
>>>>
>>>> ...
>>>> ▶ Local vars <http://geonode.iwlearn.org/account/signup/#>
>>>>
>>>> Request informationGET
>>>>
>>>> No GET data
>>>> POST
>>>> VariableValue
>>>> username
>>>>
>>>> u'raja'
>>>>
>>>> code
>>>>
>>>> u''
>>>>
>>>> csrfmiddlewaretoken
>>>>
>>>> u'5u3FHudz9N3HtC8sGFeo5NHNUlcRIx8J'
>>>>
>>>> password
>>>>
>>>> u'raja123'
>>>>
>>>> email
>>>>
>>>> u'raja at gmail.com'
>>>>
>>>> password_confirm
>>>>
>>>> u'raja123'
>>>>
>>>> FILES
>>>>
>>>> No FILES data
>>>> COOKIES
>>>> VariableValue
>>>> csrftoken
>>>>
>>>> '5u3FHudz9N3HtC8sGFeo5NHNUlcRIx8J'
>>>>
>>>> META
>>>> VariableValue
>>>> mod_wsgi.listener_port
>>>>
>>>> '80'
>>>>
>>>> HTTP_REFERER
>>>>
>>>> 'http://geonode.iwlearn.org/account/signup/'
>>>>
>>>> mod_wsgi.listener_host
>>>>
>>>> ''
>>>>
>>>> CONTEXT_DOCUMENT_ROOT
>>>>
>>>> '/var/www/html'
>>>>
>>>> SERVER_SOFTWARE
>>>>
>>>> 'Apache/2.4.18 (Ubuntu)'
>>>>
>>>> SCRIPT_NAME
>>>>
>>>> u''
>>>>
>>>> mod_wsgi.enable_sendfile
>>>>
>>>> '0'
>>>>
>>>> mod_wsgi.handler_script
>>>>
>>>> ''
>>>>
>>>> SERVER_SIGNATURE
>>>>
>>>> '<address>Apache/2.4.18 (Ubuntu) Server at geonode.iwlearn.org Port 80</address>\n'
>>>>
>>>> REQUEST_METHOD
>>>>
>>>> 'POST'
>>>>
>>>> PATH_INFO
>>>>
>>>> u'/account/signup/'
>>>>
>>>> HTTP_ORIGIN
>>>>
>>>> 'http://geonode.iwlearn.org'
>>>>
>>>> SERVER_PROTOCOL
>>>>
>>>> 'HTTP/1.1'
>>>>
>>>> QUERY_STRING
>>>>
>>>> ''
>>>>
>>>> CONTENT_LENGTH
>>>>
>>>> '137'
>>>>
>>>> HTTP_USER_AGENT
>>>>
>>>> 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Safari/537.36'
>>>>
>>>> HTTP_CONNECTION
>>>>
>>>> 'keep-alive'
>>>>
>>>> HTTP_COOKIE
>>>>
>>>> 'csrftoken=5u3FHudz9N3HtC8sGFeo5NHNUlcRIx8J'
>>>>
>>>> SERVER_NAME
>>>>
>>>> 'geonode.iwlearn.org'
>>>>
>>>> REMOTE_ADDR
>>>>
>>>> '82.116.76.84'
>>>>
>>>> mod_wsgi.queue_start
>>>>
>>>> '1556099248317684'
>>>>
>>>> mod_wsgi.request_handler
>>>>
>>>> 'wsgi-script'
>>>>
>>>> apache.version
>>>>
>>>> (2, 4, 18)
>>>>
>>>> wsgi.url_scheme
>>>>
>>>> 'http'
>>>>
>>>> PATH_TRANSLATED
>>>>
>>>> '/var/www/geonode/wsgi/geonode.wsgi/account/signup/'
>>>>
>>>> SERVER_PORT
>>>>
>>>> '80'
>>>>
>>>> wsgi.multiprocess
>>>>
>>>> True
>>>>
>>>> mod_wsgi.input_chunked
>>>>
>>>> '0'
>>>>
>>>> SERVER_ADDR
>>>>
>>>> '10.0.0.7'
>>>>
>>>> DOCUMENT_ROOT
>>>>
>>>> '/var/www/html'
>>>>
>>>> mod_wsgi.process_group
>>>>
>>>> 'geonode'
>>>>
>>>> mod_wsgi.daemon_connects
>>>>
>>>> '1'
>>>>
>>>> SCRIPT_FILENAME
>>>>
>>>> '/var/www/geonode/wsgi/geonode.wsgi'
>>>>
>>>> SERVER_ADMIN
>>>>
>>>> 'webmaster at localhost'
>>>>
>>>> wsgi.input
>>>>
>>>> <mod_wsgi.Input object at 0x7f8e34caa430>
>>>>
>>>> HTTP_HOST
>>>>
>>>> 'geonode.iwlearn.org'
>>>>
>>>> CONTEXT_PREFIX
>>>>
>>>> ''
>>>>
>>>> mod_wsgi.callable_object
>>>>
>>>> 'application'
>>>>
>>>> wsgi.multithread
>>>>
>>>> True
>>>>
>>>> HTTP_UPGRADE_INSECURE_REQUESTS
>>>>
>>>> '1'
>>>>
>>>> HTTP_CACHE_CONTROL
>>>>
>>>> 'max-age=0'
>>>>
>>>> mod_wsgi.daemon_restarts
>>>>
>>>> '0'
>>>>
>>>> REQUEST_URI
>>>>
>>>> '/account/signup/'
>>>>
>>>> HTTP_ACCEPT
>>>>
>>>> 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3'
>>>>
>>>> wsgi.file_wrapper
>>>>
>>>> ''
>>>>
>>>> wsgi.version
>>>>
>>>> (1, 0)
>>>>
>>>> GATEWAY_INTERFACE
>>>>
>>>> 'CGI/1.1'
>>>>
>>>> wsgi.run_once
>>>>
>>>> False
>>>>
>>>> wsgi.errors
>>>>
>>>> <mod_wsgi.Log object at 0x7f8e34c75468>
>>>>
>>>> REMOTE_PORT
>>>>
>>>> '52745'
>>>>
>>>> HTTP_ACCEPT_LANGUAGE
>>>>
>>>> 'en,nb;q=0.9,en-GB;q=0.8'
>>>>
>>>> REQUEST_SCHEME
>>>>
>>>> 'http'
>>>>
>>>> mod_wsgi.version
>>>>
>>>> (4, 3, 0)
>>>>
>>>> mod_wsgi.script_start
>>>>
>>>> '1556099248317866'
>>>>
>>>> CONTENT_TYPE
>>>>
>>>> 'application/x-www-form-urlencoded'
>>>>
>>>> mod_wsgi.application_group
>>>>
>>>> 'localhost|'
>>>>
>>>> mod_wsgi.script_reloading
>>>>
>>>> '1'
>>>>
>>>> mod_wsgi.request_start
>>>>
>>>> '1556099248317556'
>>>>
>>>> CSRF_COOKIE
>>>>
>>>> u'5u3FHudz9N3HtC8sGFeo5NHNUlcRIx8J'
>>>>
>>>> HTTP_ACCEPT_ENCODING
>>>>
>>>> 'gzip, deflate'
>>>>
>>>> mod_wsgi.daemon_start
>>>>
>>>> '1556099248317828'
>>>>
>>>> SettingsUsing settings module geonode.settings
>>>> SettingValue
>>>> _DEFAULT_LOCALE_PATHS
>>>>
>>>> ('/usr/local/lib/python2.7/dist-packages/geonode/locale',)
>>>>
>>>> CASCADE_WORKSPACE
>>>>
>>>> 'geonode'
>>>>
>>>> DEFAULT_WORKSPACE
>>>>
>>>> 'geonode'
>>>>
>>>> ACCOUNT_USER_DISPLAY
>>>>
>>>> <function <lambda> at 0x7f8e48b4caa0>
>>>>
>>>> DATABASES
>>>>
>>>> {'datastore': {'ATOMIC_REQUESTS': False,
>>>> 'AUTOCOMMIT': True,
>>>> 'CONN_MAX_AGE': 0,
>>>> 'ENGINE': 'django.contrib.gis.db.backends.postgis',
>>>> 'HOST': 'localhost',
>>>> 'NAME': 'geonode_data',
>>>> 'OPTIONS': {},
>>>> 'PASSWORD': u'********************',
>>>> 'PORT': '5432',
>>>> 'TEST': {'CHARSET': None,
>>>> 'COLLATION': None,
>>>> 'MIRROR': None,
>>>> 'NAME': None},
>>>> 'TIME_ZONE': 'America/Chicago',
>>>> 'USER': 'geonode'},
>>>> 'default': {'ATOMIC_REQUESTS': False,
>>>> 'AUTOCOMMIT': True,
>>>> 'CONN_MAX_AGE': 0,
>>>> 'ENGINE': 'django.db.backends.postgresql_psycopg2',
>>>> 'HOST': 'localhost',
>>>> 'NAME': 'geonode',
>>>> 'OPTIONS': {},
>>>> 'PASSWORD': u'********************',
>>>> 'PORT': '5432',
>>>> 'TEST': {'CHARSET': None,
>>>> 'COLLATION': None,
>>>> 'MIRROR': None,
>>>> 'NAME': None},
>>>> 'TIME_ZONE': 'America/Chicago',
>>>> 'USER': 'geonode'}}
>>>>
>>>> AWS_QUERYSTRING_AUTH
>>>>
>>>> False
>>>>
>>>> CELERY_CREATE_MISSING_QUEUES
>>>>
>>>> True
>>>>
>>>> GEONODE_CONTRIB_APPS
>>>>
>>>> ('geonode.contrib.dynamic',
>>>> 'geonode.contrib.exif',
>>>> 'geonode.contrib.favorite',
>>>> 'geonode.contrib.geogig',
>>>> 'geonode.contrib.geosites',
>>>> 'geonode.contrib.nlp',
>>>> 'geonode.contrib.slack',
>>>> 'geonode.contrib.metadataxsl')
>>>>
>>>> CSRF_COOKIE_SECURE
>>>>
>>>> False
>>>>
>>>> CELERY_DEFAULT_QUEUE
>>>>
>>>> 'default'
>>>>
>>>> TWITTER_CARD
>>>>
>>>> True
>>>>
>>>> LANGUAGE_CODE
>>>>
>>>> 'en'
>>>>
>>>> LICENSES
>>>>
>>>> {'DETAIL': 'above', 'ENABLED': True, 'METADATA': 'verbose'}
>>>>
>>>> MANAGERS
>>>>
>>>> []
>>>>
>>>> DOWNLOAD_FORMATS_METADATA
>>>>
>>>> ['Atom', 'DIF', 'Dublin Core', 'ebRIM', 'FGDC', 'ISO']
>>>>
>>>> BROKER_URL
>>>>
>>>> 'django://'
>>>>
>>>> SILENCED_SYSTEM_CHECKS
>>>>
>>>> ['1_8.W001', 'fields.W340']
>>>>
>>>> DEFAULT_CHARSET
>>>>
>>>> 'utf-8'
>>>>
>>>> IGNORABLE_404_URLS
>>>>
>>>> ()
>>>>
>>>> CELERY_DEFAULT_EXCHANGE_TYPE
>>>>
>>>> 'direct'
>>>>
>>>> SESSION_SERIALIZER
>>>>
>>>> 'django.contrib.sessions.serializers.PickleSerializer'
>>>>
>>>> DEFAULT_MAP_CENTER
>>>>
>>>> (0, 0)
>>>>
>>>> ACCOUNT_EMAIL_CONFIRMATION_EXPIRE_DAYS
>>>>
>>>> 3
>>>>
>>>> TIME_INPUT_FORMATS
>>>>
>>>> ('%H:%M:%S', '%H:%M:%S.%f', '%H:%M')
>>>>
>>>> ACCOUNT_EMAIL_CONFIRMATION_AUTHENTICATED_REDIRECT_URL
>>>>
>>>> None
>>>>
>>>> ACCOUNT_INVITE_USER_URL
>>>>
>>>> u'account_invite_user'
>>>>
>>>> REGISTRATION_OPEN
>>>>
>>>> True
>>>>
>>>> ALLOWED_HOSTS
>>>>
>>>> ['localhost', '127.0.0.1', '52.169.151.10', 'geonode.iwlearn.org']
>>>>
>>>> EMAIL_HOST
>>>>
>>>> 'localhost'
>>>>
>>>> DOWNLOAD_FORMATS_RASTER
>>>>
>>>> ['JPEG',
>>>> 'PDF',
>>>> 'PNG',
>>>> 'ArcGrid',
>>>> 'GeoTIFF',
>>>> 'Gtopo30',
>>>> 'ImageMosaic',
>>>> 'KML',
>>>> 'View in Google Earth',
>>>> 'Tiles',
>>>> 'GML',
>>>> 'GZIP']
>>>>
>>>> AUTH_EXEMPT_URLS
>>>>
>>>> ()
>>>>
>>>> WSGI_APPLICATION
>>>>
>>>> None
>>>>
>>>> EMAIL_SUBJECT_PREFIX
>>>>
>>>> '[Django] '
>>>>
>>>> SERVER_EMAIL
>>>>
>>>> 'root at localhost'
>>>>
>>>> SECURE_HSTS_SECONDS
>>>>
>>>> 0
>>>>
>>>> STATICFILES_FINDERS
>>>>
>>>> ('django.contrib.staticfiles.finders.FileSystemFinder',
>>>> 'django.contrib.staticfiles.finders.AppDirectoriesFinder')
>>>>
>>>> NOTIFICATION_QUEUE_ALL
>>>>
>>>> False
>>>>
>>>> S3_MEDIA_ENABLED
>>>>
>>>> False
>>>>
>>>> CELERY_IMPORTS
>>>>
>>>> ('geonode.tasks.deletion', 'geonode.tasks.update', 'geonode.tasks.email')
>>>>
>>>> SESSION_COOKIE_DOMAIN
>>>>
>>>> None
>>>>
>>>> SESSION_COOKIE_NAME
>>>>
>>>> 'sessionid'
>>>>
>>>> GEOSERVER_PUBLIC_LOCATION
>>>>
>>>> 'http://localhost:8080/geoserver/'
>>>>
>>>> AWS_STORAGE_BUCKET_NAME
>>>>
>>>> ''
>>>>
>>>> AWS_BUCKET_NAME
>>>>
>>>> ''
>>>>
>>>> SECURE_REDIRECT_EXEMPT
>>>>
>>>> []
>>>>
>>>> ACCOUNT_USE_AUTH_AUTHENTICATE
>>>>
>>>> False
>>>>
>>>> EMAIL_SSL_KEYFILE
>>>>
>>>> u'********************'
>>>>
>>>> FILE_UPLOAD_DIRECTORY_PERMISSIONS
>>>>
>>>> None
>>>>
>>>> X_FRAME_OPTIONS
>>>>
>>>> 'SAMEORIGIN'
>>>>
>>>> FILE_UPLOAD_PERMISSIONS
>>>>
>>>> None
>>>>
>>>> ACCOUNT_TIMEZONES
>>>>
>>>> [('Africa/Abidjan', 'Africa/Abidjan'),
>>>> ('Africa/Accra', 'Africa/Accra'),
>>>> ('Africa/Addis_Ababa', 'Africa/Addis_Ababa'),
>>>> ('Africa/Algiers', 'Africa/Algiers'),
>>>> ('Africa/Asmara', 'Africa/Asmara'),
>>>> ('Africa/Asmera', 'Africa/Asmera'),
>>>> ('Africa/Bamako', 'Africa/Bamako'),
>>>> ('Africa/Bangui', 'Africa/Bangui'),
>>>> ('Africa/Banjul', 'Africa/Banjul'),
>>>> ('Africa/Bissau', 'Africa/Bissau'),
>>>> ('Africa/Blantyre', 'Africa/Blantyre'),
>>>> ('Africa/Brazzaville', 'Africa/Brazzaville'),
>>>> ('Africa/Bujumbura', 'Africa/Bujumbura'),
>>>> ('Africa/Cairo', 'Africa/Cairo'),
>>>> ('Africa/Casablanca', 'Africa/Casablanca'),
>>>> ('Africa/Ceuta', 'Africa/Ceuta'),
>>>> ('Africa/Conakry', 'Africa/Conakry'),
>>>> ('Africa/Dakar', 'Africa/Dakar'),
>>>> ('Africa/Dar_es_Salaam', 'Africa/Dar_es_Salaam'),
>>>> ('Africa/Djibouti', 'Africa/Djibouti'),
>>>> ('Africa/Douala', 'Africa/Douala'),
>>>> ('Africa/El_Aaiun', 'Africa/El_Aaiun'),
>>>> ('Africa/Freetown', 'Africa/Freetown'),
>>>> ('Africa/Gaborone', 'Africa/Gaborone'),
>>>> ('Africa/Harare', 'Africa/Harare'),
>>>> ('Africa/Johannesburg', 'Africa/Johannesburg'),
>>>> ('Africa/Juba', 'Africa/Juba'),
>>>> ('Africa/Kampala', 'Africa/Kampala'),
>>>> ('Africa/Khartoum', 'Africa/Khartoum'),
>>>> ('Africa/Kigali', 'Africa/Kigali'),
>>>> ('Africa/Kinshasa', 'Africa/Kinshasa'),
>>>> ('Africa/Lagos', 'Africa/Lagos'),
>>>> ('Africa/Libreville', 'Africa/Libreville'),
>>>> ('Africa/Lome', 'Africa/Lome'),
>>>> ('Africa/Luanda', 'Africa/Luanda'),
>>>> ('Africa/Lubumbashi', 'Africa/Lubumbashi'),
>>>> ('Africa/Lusaka', 'Africa/Lusaka'),
>>>> ('Africa/Malabo', 'Africa/Malabo'),
>>>> ('Africa/Maputo', 'Africa/Maputo'),
>>>> ('Africa/Maseru', 'Africa/Maseru'),
>>>> ('Africa/Mbabane', 'Africa/Mbabane'),
>>>> ('Africa/Mogadishu', 'Africa/Mogadishu'),
>>>> ('Africa/Monrovia', 'Africa/Monrovia'),
>>>> ('Africa/Nairobi', 'Africa/Nairobi'),
>>>> ('Africa/Ndjamena', 'Africa/Ndjamena'),
>>>> ('Africa/Niamey', 'Africa/Niamey'),
>>>> ('Africa/Nouakchott', 'Africa/Nouakchott'),
>>>> ('Africa/Ouagadougou', 'Africa/Ouagadougou'),
>>>> ('Africa/Porto-Novo', 'Africa/Porto-Novo'),
>>>> ('Africa/Sao_Tome', 'Africa/Sao_Tome'),
>>>> ('Africa/Timbuktu', 'Africa/Timbuktu'),
>>>> ('Africa/Tripoli', 'Africa/Tripoli'),
>>>> ('Africa/Tunis', 'Africa/Tunis'),
>>>> ('Africa/Windhoek', 'Africa/Windhoek'),
>>>> ('America/Adak', 'America/Adak'),
>>>> ('America/Anchorage', 'America/Anchorage'),
>>>> ('America/Anguilla', 'America/Anguilla'),
>>>> ('America/Antigua', 'America/Antigua'),
>>>> ('America/Araguaina', 'America/Araguaina'),
>>>> ('America/Argentina/Buenos_Aires', 'America/Argentina/Buenos_Aires'),
>>>> ('America/Argentina/Catamarca', 'America/Argentina/Catamarca'),
>>>> ('America/Argentina/ComodRivadavia', 'America/Argentina/ComodRivadavia'),
>>>> ('America/Argentina/Cordoba', 'America/Argentina/Cordoba'),
>>>> ('America/Argentina/Jujuy', 'America/Argentina/Jujuy'),
>>>> ('America/Argentina/La_Rioja', 'America/Argentina/La_Rioja'),
>>>> ('America/Argentina/Mendoza', 'America/Argentina/Mendoza'),
>>>> ('America/Argentina/Rio_Gallegos', 'America/Argentina/Rio_Gallegos'),
>>>> ('America/Argentina/Salta', 'America/Argentina/Salta'),
>>>> ('America/Argentina/San_Juan', 'America/Argentina/San_Juan'),
>>>> ('America/Argentina/San_Luis', 'America/Argentina/San_Luis'),
>>>> ('America/Argentina/Tucuman', 'America/Argentina/Tucuman'),
>>>> ('America/Argentina/Ushuaia', 'America/Argentina/Ushuaia'),
>>>> ('America/Aruba', 'America/Aruba'),
>>>> ('America/Asuncion', 'America/Asuncion'),
>>>> ('America/Atikokan', 'America/Atikokan'),
>>>> ('America/Atka', 'America/Atka'),
>>>> ('America/Bahia', 'America/Bahia'),
>>>> ('America/Bahia_Banderas', 'America/Bahia_Banderas'),
>>>> ('America/Barbados', 'America/Barbados'),
>>>> ('America/Belem', 'America/Belem'),
>>>> ('America/Belize', 'America/Belize'),
>>>> ('America/Blanc-Sablon', 'America/Blanc-Sablon'),
>>>> ('America/Boa_Vista', 'America/Boa_Vista'),
>>>> ('America/Bogota', 'America/Bogota'),
>>>> ('America/Boise', 'America/Boise'),
>>>> ('America/Buenos_Aires', 'America/Buenos_Aires'),
>>>> ('America/Cambridge_Bay', 'America/Cambridge_Bay'),
>>>> ('America/Campo_Grande', 'America/Campo_Grande'),
>>>> ('America/Cancun', 'America/Cancun'),
>>>> ('America/Caracas', 'America/Caracas'),
>>>> ('America/Catamarca', 'America/Catamarca'),
>>>> ('America/Cayenne', 'America/Cayenne'),
>>>> ('America/Cayman', 'America/Cayman'),
>>>> ('America/Chicago', 'America/Chicago'),
>>>> ('America/Chihuahua', 'America/Chihuahua'),
>>>> ('America/Coral_Harbour', 'America/Coral_Harbour'),
>>>> ('America/Cordoba', 'America/Cordoba'),
>>>> ('America/Costa_Rica', 'America/Costa_Rica'),
>>>> ('America/Creston', 'America/Creston'),
>>>> ('America/Cuiaba', 'America/Cuiaba'),
>>>> ('America/Curacao', 'America/Curacao'),
>>>> ('America/Danmarkshavn', 'America/Danmarkshavn'),
>>>> ('America/Dawson', 'America/Dawson'),
>>>> ('America/Dawson_Creek', 'America/Dawson_Creek'),
>>>> ('America/Denver', 'America/Denver'),
>>>> ('America/Detroit', 'America/Detroit'),
>>>> ('America/Dominica', 'America/Dominica'),
>>>> ('America/Edmonton', 'America/Edmonton'),
>>>> ('America/Eirunepe', 'America/Eirunepe'),
>>>> ('America/El_Salvador', 'America/El_Salvador'),
>>>> ('America/Ensenada', 'America/Ensenada'),
>>>> ('America/Fort_Wayne', 'America/Fort_Wayne'),
>>>> ('America/Fortaleza', 'America/Fortaleza'),
>>>> ('America/Glace_Bay', 'America/Glace_Bay'),
>>>> ('America/Godthab', 'America/Godthab'),
>>>> ('America/Goose_Bay', 'America/Goose_Bay'),
>>>> ('America/Grand_Turk', 'America/Grand_Turk'),
>>>> ('America/Grenada', 'America/Grenada'),
>>>> ('America/Guadeloupe', 'America/Guadeloupe'),
>>>> ('America/Guatemala', 'America/Guatemala'),
>>>> ('America/Guayaquil', 'America/Guayaquil'),
>>>> ('America/Guyana', 'America/Guyana'),
>>>> ('America/Halifax', 'America/Halifax'),
>>>> ('America/Havana', 'America/Havana'),
>>>> ('America/Hermosillo', 'America/Hermosillo'),
>>>> ('America/Indiana/Indianapolis', 'America/Indiana/Indianapolis'),
>>>> ('America/Indiana/Knox', 'America/Indiana/Knox'),
>>>> ('America/Indiana/Marengo', 'America/Indiana/Marengo'),
>>>> ('America/Indiana/Petersburg', 'America/Indiana/Petersburg'),
>>>> ('America/Indiana/Tell_City', 'America/Indiana/Tell_City'),
>>>> ('America/Indiana/Vevay', 'America/Indiana/Vevay'),
>>>> ('America/Indiana/Vincennes', 'America/Indiana/Vincennes'),
>>>> ('America/Indiana/Winamac', 'America/Indiana/Winamac'),
>>>> ('America/Indianapolis', 'America/Indianapolis'),
>>>> ('America/Inuvik', 'America/Inuvik'),
>>>> ('America/Iqaluit', 'America/Iqaluit'),
>>>> ('America/Jamaica', 'America/Jamaica'),
>>>> ('America/Jujuy', 'America/Jujuy'),
>>>> ('America/Juneau', 'America/Juneau'),
>>>> ('America/Kentucky/Louisville', 'America/Kentucky/Louisville'),
>>>> ('America/Kentucky/Monticello', 'America/Kentucky/Monticello'),
>>>> ('America/Knox_IN', 'America/Knox_IN'),
>>>> ('America/Kralendijk', 'America/Kralendijk'),
>>>> ('America/La_Paz', 'America/La_Paz'),
>>>> ('America/Lima', 'America/Lima'),
>>>> ('America/Los_Angeles', 'America/Los_Angeles'),
>>>> ('America/Louisville', 'America/Louisville'),
>>>> ('America/Lower_Princes', 'America/Lower_Princes'),
>>>> ('America/Maceio', 'America/Maceio'),
>>>> ('America/Managua', 'America/Managua'),
>>>> ('America/Manaus', 'America/Manaus'),
>>>> ('America/Marigot', 'America/Marigot'),
>>>> ('America/Martinique', 'America/Martinique'),
>>>> ('America/Matamoros', 'America/Matamoros'),
>>>> ('America/Mazatlan', 'America/Mazatlan'),
>>>> ('America/Mendoza', 'America/Mendoza'),
>>>> ('America/Menominee', 'America/Menominee'),
>>>> ('America/Merida', 'America/Merida'),
>>>> ('America/Metlakatla', 'America/Metlakatla'),
>>>> ('America/Mexico_City', 'America/Mexico_City'),
>>>> ('America/Miquelon', 'America/Miquelon'),
>>>> ('America/Moncton', 'America/Moncton'),
>>>> ('America/Monterrey', 'America/Monterrey'),
>>>> ('America/Montevideo', 'America/Montevideo'),
>>>> ('America/Montreal', 'America/Montreal'),
>>>> ('America/Montserrat', 'America/Montserrat'),
>>>> ('America/Nassau', 'America/Nassau'),
>>>> ('America/New_York', 'America/New_York'),
>>>> ('America/Nipigon', 'America/Nipigon'),
>>>> ('America/Nome', 'America/Nome'),
>>>> ('America/Noronha', 'America/Noronha'),
>>>> ('America/North_Dakota/Beulah', 'America/North_Dakota/Beulah'),
>>>> ('America/North_Dakota/Center', 'America/North_Dakota/Center'),
>>>> ('America/North_Dakota/New_Salem', 'America/North_Dakota/New_Salem'),
>>>> ('America/Ojinaga', 'America/Ojinaga'),
>>>> ('America/Panama', 'America/Panama'),
>>>> ('America/Pangnirtung', 'America/Pangnirtung'),
>>>> ('America/Paramaribo', 'America/Paramaribo'),
>>>> ('America/Phoenix', 'America/Phoenix'),
>>>> ('America/Port-au-Prince', 'America/Port-au-Prince'),
>>>> ('America/Port_of_Spain', 'America/Port_of_Spain'),
>>>> ('America/Porto_Acre', 'America/Porto_Acre'),
>>>> ('America/Porto_Velho', 'America/Porto_Velho'),
>>>> ('America/Puerto_Rico', 'America/Puerto_Rico'),
>>>> ('America/Rainy_River', 'America/Rainy_River'),
>>>> ('America/Rankin_Inlet', 'America/Rankin_Inlet'),
>>>> ('America/Recife', 'America/Recife'),
>>>> ('America/Regina', 'America/Regina'),
>>>> ('America/Resolute', 'America/Resolute'),
>>>> ('America/Rio_Branco', 'America/Rio_Branco'),
>>>> ('America/Rosario', 'America/Rosario'),
>>>> ('America/Santa_Isabel', 'America/Santa_Isabel'),
>>>> ('America/Santarem', 'America/Santarem'),
>>>> ('America/Santiago', 'America/Santiago'),
>>>> ('America/Santo_Domingo', 'America/Santo_Domingo'),
>>>> ('America/Sao_Paulo', 'America/Sao_Paulo'),
>>>> ('America/Scoresbysund', 'America/Scoresbysund'),
>>>> ('America/Shiprock', 'America/Shiprock'),
>>>> ('America/Sitka', 'America/Sitka'),
>>>> ('America/St_Barthelemy', 'America/St_Barthelemy'),
>>>> ('America/St_Johns', 'America/St_Johns'),
>>>> ('America/St_Kitts', 'America/St_Kitts'),
>>>> ('America/St_Lucia', 'America/St_Lucia'),
>>>> ('America/St_Thomas', 'America/St_Thomas'),
>>>> ('America/St_Vincent', 'America/St_Vincent'),
>>>> ('America/Swift_Current', 'America/Swift_Current'),
>>>> ('America/Tegucigalpa', 'America/Tegucigalpa'),
>>>> ('America/Thule', 'America/Thule'),
>>>> ('America/Thunder_Bay', 'America/Thunder_Bay'),
>>>> ('America/Tijuana', 'America/Tijuana'),
>>>> ('America/Toronto', 'America/Toronto'),
>>>> ('America/Tortola', 'America/Tortola'),
>>>> ('America/Vancouver', 'America/Vancouver'),
>>>> ('America/Virgin', 'America/Virgin'),
>>>> ('America/Whitehorse', 'America/Whitehorse'),
>>>> ('America/Winnipeg', 'America/Winnipeg'),
>>>> ('America/Yakutat', 'America/Yakutat'),
>>>> ('America/Yellowknife', 'America/Yellowknife'),
>>>> ('Antarctica/Casey', 'Antarctica/Casey'),
>>>> ('Antarctica/Davis', 'Antarctica/Davis'),
>>>> ('Antarctica/DumontDUrville', 'Antarctica/DumontDUrville'),
>>>> ('Antarctica/Macquarie', 'Antarctica/Macquarie'),
>>>> ('Antarctica/Mawson', 'Antarctica/Mawson'),
>>>> ('Antarctica/McMurdo', 'Antarctica/McMurdo'),
>>>> ('Antarctica/Palmer', 'Antarctica/Palmer'),
>>>> ('Antarctica/Rothera', 'Antarctica/Rothera'),
>>>> ('Antarctica/South_Pole', 'Antarctica/South_Pole'),
>>>> ('Antarctica/Syowa', 'Antarctica/Syowa'),
>>>> ('Antarctica/Troll', 'Antarctica/Troll'),
>>>> ('Antarctica/Vostok', 'Antarctica/Vostok'),
>>>> ('Arctic/Longyearbyen', 'Arctic/Longyearbyen'),
>>>> ('Asia/Aden', 'Asia/Aden'),
>>>> ('Asia/Almaty', 'Asia/Almaty'),
>>>> ('Asia/Amman', 'Asia/Amman'),
>>>> ('Asia/Anadyr', 'Asia/Anadyr'),
>>>> ('Asia/Aqtau', 'Asia/Aqtau'),
>>>> ('Asia/Aqtobe', 'Asia/Aqtobe'),
>>>> ('Asia/Ashgabat', 'Asia/Ashgabat'),
>>>> ('Asia/Ashkhabad', 'Asia/Ashkhabad'),
>>>> ('Asia/Baghdad', 'Asia/Baghdad'),
>>>> ('Asia/Bahrain', 'Asia/Bahrain'),
>>>> ('Asia/Baku', 'Asia/Baku'),
>>>> ('Asia/Bangkok', 'Asia/Bangkok'),
>>>> ('Asia/Beirut', 'Asia/Beirut'),
>>>> ('Asia/Bishkek', 'Asia/Bishkek'),
>>>> ('Asia/Brunei', 'Asia/Brunei'),
>>>> ('Asia/Calcutta', 'Asia/Calcutta'),
>>>> ('Asia/Chita', 'Asia/Chita'),
>>>> ('Asia/Choibalsan', 'Asia/Choibalsan'),
>>>> ('Asia/Chongqing', 'Asia/Chongqing'),
>>>> ('Asia/Chungking', 'Asia/Chungking'),
>>>> ('Asia/Colombo', 'Asia/Colombo'),
>>>> ('Asia/Dacca', 'Asia/Dacca'),
>>>> ('Asia/Damascus', 'Asia/Damascus'),
>>>> ('Asia/Dhaka', 'Asia/Dhaka'),
>>>> ('Asia/Dili', 'Asia/Dili'),
>>>> ('Asia/Dubai', 'Asia/Dubai'),
>>>> ('Asia/Dushanbe', 'Asia/Dushanbe'),
>>>> ('Asia/Gaza', 'Asia/Gaza'),
>>>> ('Asia/Harbin', 'Asia/Harbin'),
>>>> ('Asia/Hebron', 'Asia/Hebron'),
>>>> ('Asia/Ho_Chi_Minh', 'Asia/Ho_Chi_Minh'),
>>>> ('Asia/Hong_Kong', 'Asia/Hong_Kong'),
>>>> ('Asia/Hovd', 'Asia/Hovd'),
>>>> ('Asia/Irkutsk', 'Asia/Irkutsk'),
>>>> ('Asia/Istanbul', 'Asia/Istanbul'),
>>>> ('Asia/Jakarta', 'Asia/Jakarta'),
>>>> ('Asia/Jayapura', 'Asia/Jayapura'),
>>>> ('Asia/Jerusalem', 'Asia/Jerusalem'),
>>>> ('Asia/Kabul', 'Asia/Kabul'),
>>>> ('Asia/Kamchatka', 'Asia/Kamchatka'),
>>>> ('Asia/Karachi', 'Asia/Karachi'),
>>>> ('Asia/Kashgar', 'Asia/Kashgar'),
>>>> ('Asia/Kathmandu', 'Asia/Kathmandu'),
>>>> ('Asia/Katmandu', 'Asia/Katmandu'),
>>>> ('Asia/Khandyga', 'Asia/Khandyga'),
>>>> ('Asia/Kolkata', 'Asia/Kolkata'),
>>>> ('Asia/Krasnoyarsk', 'Asia/Krasnoyarsk'),
>>>> ('Asia/Kuala_Lumpur', 'Asia/Kuala_Lumpur'),
>>>> ('Asia/Kuching', 'Asia/Kuching'),
>>>> ('Asia/Kuwait', 'Asia/Kuwait'),
>>>> ('Asia/Macao', 'Asia/Macao'),
>>>> ('Asia/Macau', 'Asia/Macau'),
>>>> ('Asia/Magadan', 'Asia/Magadan'),
>>>> ('Asia/Makassar', 'Asia/Makassar'),
>>>> ('Asia/Manila', 'Asia/Manila'),
>>>> ('Asia/Muscat', 'Asia/Muscat'),
>>>> ('Asia/Nicosia', 'Asia/Nicosia'),
>>>> ('Asia/Novokuznetsk', 'Asia/Novokuznetsk'),
>>>> ('Asia/Novosibirsk', 'Asia/Novosibirsk'),
>>>> ('Asia/Omsk', 'Asia/Omsk'),
>>>> ('Asia/Oral', 'Asia/Oral'),
>>>> ('Asia/Phnom_Penh', 'Asia/Phnom_Penh'),
>>>> ('Asia/Pontianak', 'Asia/Pontianak'),
>>>> ('Asia/Pyongyang', 'Asia/Pyongyang'),
>>>> ('Asia/Qatar', 'Asia/Qatar'),
>>>> ('Asia/Qyzylorda', 'Asia/Qyzylorda'),
>>>> ('Asia/Rangoon', 'Asia/Rangoon'),
>>>> ('Asia/Riyadh', 'Asia/Riyadh'),
>>>> ('Asia/Saigon', 'Asia/Saigon'),
>>>> ('Asia/Sakhalin', 'Asia/Sakhalin'),
>>>> ('Asia/Samarkand', 'Asia/Samarkand'),
>>>> ('Asia/Seoul', 'Asia/Seoul'),
>>>> ('Asia/Shanghai', 'Asia/Shanghai'),
>>>> ('Asia/Singapore', 'Asia/Singapore'),
>>>> ('Asia/Srednekolymsk', 'Asia/Srednekolymsk'),
>>>> ('Asia/Taipei', 'Asia/Taipei'),
>>>> ('Asia/Tashkent', 'Asia/Tashkent'),
>>>> ('Asia/Tbilisi', 'Asia/Tbilisi'),
>>>> ('Asia/Tehran', 'Asia/Tehran'),
>>>> ('Asia/Tel_Aviv', 'Asia/Tel_Aviv'),
>>>> ('Asia/Thimbu', 'Asia/Thimbu'),
>>>> ('Asia/Thimphu', 'Asia/Thimphu'),
>>>> ('Asia/Tokyo', 'Asia/Tokyo'),
>>>> ('Asia/Ujung_Pandang', 'Asia/Ujung_Pandang'),
>>>> ('Asia/Ulaanbaatar', 'Asia/Ulaanbaatar'),
>>>> ('Asia/Ulan_Bator', 'Asia/Ulan_Bator'),
>>>> ('Asia/Urumqi', 'Asia/Urumqi'),
>>>> ('Asia/Ust-Nera', 'Asia/Ust-Nera'),
>>>> ('Asia/Vientiane', 'Asia/Vientiane'),
>>>> ('Asia/Vladivostok', 'Asia/Vladivostok'),
>>>> ('Asia/Yakutsk', 'Asia/Yakutsk'),
>>>> ('Asia/Yekaterinburg', 'Asia/Yekaterinburg'),
>>>> ('Asia/Yerevan', 'Asia/Yerevan'),
>>>> ('Atlantic/Azores', 'Atlantic/Azores'),
>>>> ('Atlantic/Bermuda', 'Atlantic/Bermuda'),
>>>> ('Atlantic/Canary', 'Atlantic/Canary'),
>>>> ('Atlantic/Cape_Verde', 'Atlantic/Cape_Verde'),
>>>> ('Atlantic/Faeroe', 'Atlantic/Faeroe'),
>>>> ('Atlantic/Faroe', 'Atlantic/Faroe'),
>>>> ('Atlantic/Jan_Mayen', 'Atlantic/Jan_Mayen'),
>>>> ('Atlantic/Madeira', 'Atlantic/Madeira'),
>>>> ('Atlantic/Reykjavik', 'Atlantic/Reykjavik'),
>>>> ('Atlantic/South_Georgia', 'Atlantic/South_Georgia'),
>>>> ('Atlantic/St_Helena', 'Atlantic/St_Helena'),
>>>> ('Atlantic/Stanley', 'Atlantic/Stanley'),
>>>> ('Australia/ACT', 'Australia/ACT'),
>>>> ('Australia/Adelaide', 'Australia/Adelaide'),
>>>> ('Australia/Brisbane', 'Australia/Brisbane'),
>>>> ('Australia/Broken_Hill', 'Australia/Broken_Hill'),
>>>> ('Australia/Canberra', 'Australia/Canberra'),
>>>> ('Australia/Currie', 'Australia/Currie'),
>>>> ('Australia/Darwin', 'Australia/Darwin'),
>>>> ('Australia/Eucla', 'Australia/Eucla'),
>>>> ('Australia/Hobart', 'Australia/Hobart'),
>>>> ('Australia/LHI', 'Australia/LHI'),
>>>> ('Australia/Lindeman', 'Australia/Lindeman'),
>>>> ('Australia/Lord_Howe', 'Australia/Lord_Howe'),
>>>> ('Australia/Melbourne', 'Australia/Melbourne'),
>>>> ('Australia/NSW', 'Australia/NSW'),
>>>> ('Australia/North', 'Australia/North'),
>>>> ('Australia/Perth', 'Australia/Perth'),
>>>> ('Australia/Queensland', 'Australia/Queensland'),
>>>> ('Australia/South', 'Australia/South'),
>>>> ('Australia/Sydney', 'Australia/Sydney'),
>>>> ('Australia/Tasmania', 'Australia/Tasmania'),
>>>> ('Australia/Victoria', 'Australia/Victoria'),
>>>> ('Australia/West', 'Australia/West'),
>>>> ('Australia/Yancowinna', 'Australia/Yancowinna'),
>>>> ('Brazil/Acre', 'Brazil/Acre'),
>>>> ('Brazil/DeNoronha', 'Brazil/DeNoronha'),
>>>> ('Brazil/East', 'Brazil/East'),
>>>> ('Brazil/West', 'Brazil/West'),
>>>> ('CET', 'CET'),
>>>> ('CST6CDT', 'CST6CDT'),
>>>> ('Canada/Atlantic', 'Canada/Atlantic'),
>>>> ('Canada/Central', 'Canada/Central'),
>>>> ('Canada/East-Saskatchewan', 'Canada/East-Saskatchewan'),
>>>> ('Canada/Eastern', 'Canada/Eastern'),
>>>> ('Canada/Mountain', 'Canada/Mountain'),
>>>> ('Canada/Newfoundland', 'Canada/Newfoundland'),
>>>> ('Canada/Pacific', 'Canada/Pacific'),
>>>> ('Canada/Saskatchewan', 'Canada/Saskatchewan'),
>>>> ('Canada/Yukon', 'Canada/Yukon'),
>>>> ('Chile/Continental', 'Chile/Continental'),
>>>> ('Chile/EasterIsland', 'Chile/EasterIsland'),
>>>> ('Cuba', 'Cuba'),
>>>> ('EET', 'EET'),
>>>> ('EST', 'EST'),
>>>> ('EST5EDT', 'EST5EDT'),
>>>> ('Egypt', 'Egypt'),
>>>> ('Eire', 'Eire'),
>>>> ('Etc/GMT', 'Etc/GMT'),
>>>> ('Etc/GMT+0', 'Etc/GMT+0'),
>>>> ('Etc/GMT+1', 'Etc/GMT+1'),
>>>> ('Etc/GMT+10', 'Etc/GMT+10'),
>>>> ('Etc/GMT+11', 'Etc/GMT+11'),
>>>> ('Etc/GMT+12', 'Etc/GMT+12'),
>>>> ('Etc/GMT+2', 'Etc/GMT+2'),
>>>> ('Etc/GMT+3', 'Etc/GMT+3'),
>>>> ('Etc/GMT+4', 'Etc/GMT+4'),
>>>> ('Etc/GMT+5', 'Etc/GMT+5'),
>>>> ('Etc/GMT+6', 'Etc/GMT+6'),
>>>> ('Etc/GMT+7', 'Etc/GMT+7'),
>>>> ('Etc/GMT+8', 'Etc/GMT+8'),
>>>> ('Etc/GMT+9', 'Etc/GMT+9'),
>>>> ('Etc/GMT-0', 'Etc/GMT-0'),
>>>> ('Etc/GMT-1', 'Etc/GMT-1'),
>>>> ('Etc/GMT-10', 'Etc/GMT-10'),
>>>> ('Etc/GMT-11', 'Etc/GMT-11'),
>>>> ('Etc/GMT-12', 'Etc/GMT-12'),
>>>> ('Etc/GMT-13', 'Etc/GMT-13'),
>>>> ('Etc/GMT-14', 'Etc/GMT-14'),
>>>> ('Etc/GMT-2', 'Etc/GMT-2'),
>>>> ('Etc/GMT-3', 'Etc/GMT-3'),
>>>> ('Etc/GMT-4', 'Etc/GMT-4'),
>>>> ('Etc/GMT-5', 'Etc/GMT-5'),
>>>> ('Etc/GMT-6', 'Etc/GMT-6'),
>>>> ('Etc/GMT-7', 'Etc/GMT-7'),
>>>> ('Etc/GMT-8', 'Etc/GMT-8'),
>>>> ('Etc/GMT-9', 'Etc/GMT-9'),
>>>> ('Etc/GMT0', 'Etc/GMT0'),
>>>> ('Etc/Greenwich', 'Etc/Greenwich'),
>>>> ('Etc/UCT', 'Etc/UCT'),
>>>> ('Etc/UTC', 'Etc/UTC'),
>>>> ('Etc/Universal', 'Etc/Universal'),
>>>> ('Etc/Zulu', 'Etc/Zulu'),
>>>> ('Europe/Amsterdam', 'Europe/Amsterdam'),
>>>> ('Europe/Andorra', 'Europe/Andorra'),
>>>> ('Europe/Athens', 'Europe/Athens'),
>>>> ('Europe/Belfast', 'Europe/Belfast'),
>>>> ('Europe/Belgrade', 'Europe/Belgrade'),
>>>> ('Europe/Berlin', 'Europe/Berlin'),
>>>> ('Europe/Bratislava', 'Europe/Bratislava'),
>>>> ('Europe/Brussels', 'Europe/Brussels'),
>>>> ('Europe/Bucharest', 'Europe/Bucharest'),
>>>> ('Europe/Budapest', 'Europe/Budapest'),
>>>> ('Europe/Busingen', 'Europe/Busingen'),
>>>> ('Europe/Chisinau', 'Europe/Chisinau'),
>>>> ('Europe/Copenhagen', 'Europe/Copenhagen'),
>>>> ('Europe/Dublin', 'Europe/Dublin'),
>>>> ('Europe/Gibraltar', 'Europe/Gibraltar'),
>>>> ('Europe/Guernsey', 'Europe/Guernsey'),
>>>> ('Europe/Helsinki', 'Europe/Helsinki'),
>>>> ('Europe/Isle_of_Man', 'Europe/Isle_of_Man'),
>>>> ('Europe/Istanbul', 'Europe/Istanbul'),
>>>> ('Europe/Jersey', 'Europe/Jersey'),
>>>> ('Europe/Kaliningrad', 'Europe/Kaliningrad'),
>>>> ('Europe/Kiev', 'Europe/Kiev'),
>>>> ('Europe/Lisbon', 'Europe/Lisbon'),
>>>> ('Europe/Ljubljana', 'Europe/Ljubljana'),
>>>> ('Europe/London', 'Europe/London'),
>>>> ('Europe/Luxembourg', 'Europe/Luxembourg'),
>>>> ('Europe/Madrid', 'Europe/Madrid'),
>>>> ('Europe/Malta', 'Europe/Malta'),
>>>> ('Europe/Mariehamn', 'Europe/Mariehamn'),
>>>> ('Europe/Minsk', 'Europe/Minsk'),
>>>> ('Europe/Monaco', 'Europe/Monaco'),
>>>> ('Europe/Moscow', 'Europe/Moscow'),
>>>> ('Europe/Nicosia', 'Europe/Nicosia'),
>>>> ('Europe/Oslo', 'Europe/Oslo'),
>>>> ('Europe/Paris', 'Europe/Paris'),
>>>> ('Europe/Podgorica', 'Europe/Podgorica'),
>>>> ('Europe/Prague', 'Europe/Prague'),
>>>> ('Europe/Riga', 'Europe/Riga'),
>>>> ('Europe/Rome', 'Europe/Rome'),
>>>> ('Europe/Samara', 'Europe/Samara'),
>>>> ('Europe/San_Marino', 'Europe/San_Marino'),
>>>> ('Europe/Sarajevo', 'Europe/Sarajevo'),
>>>> ('Europe/Simferopol', 'Europe/Simferopol'),
>>>> ('Europe/Skopje', 'Europe/Skopje'),
>>>> ('Europe/Sofia', 'Europe/Sofia'),
>>>> ('Europe/Stockholm', 'Europe/Stockholm'),
>>>> ('Europe/Tallinn', 'Europe/Tallinn'),
>>>> ('Europe/Tirane', 'Europe/Tirane'),
>>>> ('Europe/Tiraspol', 'Europe/Tiraspol'),
>>>> ('Europe/Uzhgorod', 'Europe/Uzhgorod'),
>>>> ('Europe/Vaduz', 'Europe/Vaduz'),
>>>> ('Europe/Vatican', 'Europe/Vatican'),
>>>> ('Europe/Vienna', 'Europe/Vienna'),
>>>> ('Europe/Vilnius', 'Europe/Vilnius'),
>>>> ('Europe/Volgograd', 'Europe/Volgograd'),
>>>> ('Europe/Warsaw', 'Europe/Warsaw'),
>>>> ('Europe/Zagreb', 'Europe/Zagreb'),
>>>> ('Europe/Zaporozhye', 'Europe/Zaporozhye'),
>>>> ('Europe/Zurich', 'Europe/Zurich'),
>>>> ('GB', 'GB'),
>>>> ('GB-Eire', 'GB-Eire'),
>>>> ('GMT', 'GMT'),
>>>> ('GMT+0', 'GMT+0'),
>>>> ('GMT-0', 'GMT-0'),
>>>> ('GMT0', 'GMT0'),
>>>> ('Greenwich', 'Greenwich'),
>>>> ('HST', 'HST'),
>>>> ('Hongkong', 'Hongkong'),
>>>> ('Iceland', 'Iceland'),
>>>> ('Indian/Antananarivo', 'Indian/Antananarivo'),
>>>> ('Indian/Chagos', 'Indian/Chagos'),
>>>> ('Indian/Christmas', 'Indian/Christmas'),
>>>> ('Indian/Cocos', 'Indian/Cocos'),
>>>> ('Indian/Comoro', 'Indian/Comoro'),
>>>> ('Indian/Kerguelen', 'Indian/Kerguelen'),
>>>> ('Indian/Mahe', 'Indian/Mahe'),
>>>> ('Indian/Maldives', 'Indian/Maldives'),
>>>> ('Indian/Mauritius', 'Indian/Mauritius'),
>>>> ('Indian/Mayotte', 'Indian/Mayotte'),
>>>> ('Indian/Reunion', 'Indian/Reunion'),
>>>> ('Iran', 'Iran'),
>>>> ('Israel', 'Israel'),
>>>> ('Jamaica', 'Jamaica'),
>>>> ('Japan', 'Japan'),
>>>> ('Kwajalein', 'Kwajalein'),
>>>> ('Libya', 'Libya'),
>>>> ('MET', 'MET'),
>>>> ('MST', 'MST'),
>>>> ('MST7MDT', 'MST7MDT'),
>>>> ('Mexico/BajaNorte', 'Mexico/BajaNorte'),
>>>> ('Mexico/BajaSur', 'Mexico/BajaSur'),
>>>> ('Mexico/General', 'Mexico/General'),
>>>> ('NZ', 'NZ'),
>>>> ('NZ-CHAT', 'NZ-CHAT'),
>>>> ('Navajo', 'Navajo'),
>>>> ('PRC', 'PRC'),
>>>> ('PST8PDT', 'PST8PDT'),
>>>> ('Pacific/Apia', 'Pacific/Apia'),
>>>> ('Pacific/Auckland', 'Pacific/Auckland'),
>>>> ('Pacific/Bougainville', 'Pacific/Bougainville'),
>>>> ('Pacific/Chatham', 'Pacific/Chatham'),
>>>> ('Pacific/Chuuk', 'Pacific/Chuuk'),
>>>> ('Pacific/Easter', 'Pacific/Easter'),
>>>> ('Pacific/Efate', 'Pacific/Efate'),
>>>> ('Pacific/Enderbury', 'Pacific/Enderbury'),
>>>> ('Pacific/Fakaofo', 'Pacific/Fakaofo'),
>>>> ('Pacific/Fiji', 'Pacific/Fiji'),
>>>> ('Pacific/Funafuti', 'Pacific/Funafuti'),
>>>> ('Pacific/Galapagos', 'Pacific/Galapagos'),
>>>> ('Pacific/Gambier', 'Pacific/Gambier'),
>>>> ('Pacific/Guadalcanal', 'Pacific/Guadalcanal'),
>>>> ('Pacific/Guam', 'Pacific/Guam'),
>>>> ('Pacific/Honolulu', 'Pacific/Honolulu'),
>>>> ('Pacific/Johnston', 'Pacific/Johnston'),
>>>> ('Pacific/Kiritimati', 'Pacific/Kiritimati'),
>>>> ('Pacific/Kosrae', 'Pacific/Kosrae'),
>>>> ('Pacific/Kwajalein', 'Pacific/Kwajalein'),
>>>> ('Pacific/Majuro', 'Pacific/Majuro'),
>>>> ('Pacific/Marquesas', 'Pacific/Marquesas'),
>>>> ('Pacific/Midway', 'Pacific/Midway'),
>>>> ('Pacific/Nauru', 'Pacific/Nauru'),
>>>> ('Pacific/Niue', 'Pacific/Niue'),
>>>> ('Pacific/Norfolk', 'Pacific/Norfolk'),
>>>> ('Pacific/Noumea', 'Pacific/Noumea'),
>>>> ('Pacific/Pago_Pago', 'Pacific/Pago_Pago'),
>>>> ('Pacific/Palau', 'Pacific/Palau'),
>>>> ('Pacific/Pitcairn', 'Pacific/Pitcairn'),
>>>> ('Pacific/Pohnpei', 'Pacific/Pohnpei'),
>>>> ('Pacific/Ponape', 'Pacific/Ponape'),
>>>> ('Pacific/Port_Moresby', 'Pacific/Port_Moresby'),
>>>> ('Pacific/Rarotonga', 'Pacific/Rarotonga'),
>>>> ('Pacific/Saipan', 'Pacific/Saipan'),
>>>> ('Pacific/Samoa', 'Pacific/Samoa'),
>>>> ('Pacific/Tahiti', 'Pacific/Tahiti'),
>>>> ('Pacific/Tarawa', 'Pacific/Tarawa'),
>>>> ('Pacific/Tongatapu', 'Pacific/Tongatapu'),
>>>> ('Pacific/Truk', 'Pacific/Truk'),
>>>> ('Pacific/Wake', 'Pacific/Wake'),
>>>> ('Pacific/Wallis', 'Pacific/Wallis'),
>>>> ('Pacific/Yap', 'Pacific/Yap'),
>>>> ('Poland', 'Poland'),
>>>> ('Portugal', 'Portugal'),
>>>> ('ROC', 'ROC'),
>>>> ('ROK', 'ROK'),
>>>> ('Singapore', 'Singapore'),
>>>> ('Turkey', 'Turkey'),
>>>> ('UCT', 'UCT'),
>>>> ('US/Alaska', 'US/Alaska'),
>>>> ('US/Aleutian', 'US/Aleutian'),
>>>> ('US/Arizona', 'US/Arizona'),
>>>> ('US/Central', 'US/Central'),
>>>> ('US/East-Indiana', 'US/East-Indiana'),
>>>> ('US/Eastern', 'US/Eastern'),
>>>> ('US/Hawaii', 'US/Hawaii'),
>>>> ('US/Indiana-Starke', 'US/Indiana-Starke'),
>>>> ('US/Michigan', 'US/Michigan'),
>>>> ('US/Mountain', 'US/Mountain'),
>>>> ('US/Pacific', 'US/Pacific'),
>>>> ('US/Pacific-New', 'US/Pacific-New'),
>>>> ('US/Samoa', 'US/Samoa'),
>>>> ('UTC', 'UTC'),
>>>> ('Universal', 'Universal'),
>>>> ('W-SU', 'W-SU'),
>>>> ('WET', 'WET'),
>>>> ('Zulu', 'Zulu')]
>>>>
>>>> FILE_UPLOAD_HANDLERS
>>>>
>>>> ('django.core.files.uploadhandler.MemoryFileUploadHandler',
>>>> 'django.core.files.uploadhandler.TemporaryFileUploadHandler')
>>>>
>>>> DEFAULT_CONTENT_TYPE
>>>>
>>>> 'text/html'
>>>>
>>>> DEBUG_STATIC
>>>>
>>>> 0
>>>>
>>>> ACCOUNT_APPROVAL_REQUIRED
>>>>
>>>> True
>>>>
>>>> BING_API_KEY
>>>>
>>>> u'********************'
>>>>
>>>> DATABASE_URL
>>>>
>>>> 'sqlite:////usr/local/lib/python2.7/dist-packages/geonode/development.db'
>>>>
>>>> APPEND_SLASH
>>>>
>>>> True
>>>>
>>>> FIRST_DAY_OF_WEEK
>>>>
>>>> 0
>>>>
>>>> DATABASE_ROUTERS
>>>>
>>>> []
>>>>
>>>> DEFAULT_TABLESPACE
>>>>
>>>> ''
>>>>
>>>> STAMEN_BASEMAPS
>>>>
>>>> False
>>>>
>>>> GEOSERVER_LOCATION
>>>>
>>>> 'http://localhost:8080/geoserver/'
>>>>
>>>> YEAR_MONTH_FORMAT
>>>>
>>>> 'F Y'
>>>>
>>>> STATICFILES_STORAGE
>>>>
>>>> 'django.contrib.staticfiles.storage.StaticFilesStorage'
>>>>
>>>> CACHES
>>>>
>>>> {'default': {'BACKEND': 'django.core.cache.backends.dummy.DummyCache'}}
>>>>
>>>> DEFAULT_ANONYMOUS_DOWNLOAD_PERMISSION
>>>>
>>>> 1
>>>>
>>>> CKAN_ORIGINS
>>>>
>>>> [{'css_class': 'hdx',
>>>> 'label': 'Humanitarian Data Exchange (HDX)',
>>>> 'url': 'https://data.hdx.rwlabs.org/dataset/new?title={name}&dataset_date={date}¬es={abstract}&caveats={caveats}'}]
>>>>
>>>> SLACK_WEBHOOK_URLS
>>>>
>>>> ['https://hooks.slack.com/services/T000/B000/XX']
>>>>
>>>> ACCOUNT_EMAIL_CONFIRMATION_EMAIL
>>>>
>>>> 0
>>>>
>>>> SESSION_COOKIE_PATH
>>>>
>>>> '/'
>>>>
>>>> ALT_OSM_BASEMAPS
>>>>
>>>> False
>>>>
>>>> USE_X_FORWARDED_HOST
>>>>
>>>> False
>>>>
>>>> ACCOUNT_OPEN_SIGNUP
>>>>
>>>> True
>>>>
>>>> ROOT_URLCONF
>>>>
>>>> 'geonode.urls'
>>>>
>>>> CATALOGUE
>>>>
>>>> {'default': {'ENGINE': 'geonode.catalogue.backends.pycsw_local',
>>>> 'URL': 'http://geonode.iwlearn.org/catalogue/csw'}}
>>>>
>>>> MAPBOX_ACCESS_TOKEN
>>>>
>>>> u'********************'
>>>>
>>>> MISSING_THUMBNAIL
>>>>
>>>> 'geonode/img/missing_thumb.png'
>>>>
>>>> FILE_UPLOAD_TEMP_DIR
>>>>
>>>> None
>>>>
>>>> MIDDLEWARE_CLASSES
>>>>
>>>> ('django.middleware.common.CommonMiddleware',
>>>> 'django.contrib.sessions.middleware.SessionMiddleware',
>>>> 'django.contrib.messages.middleware.MessageMiddleware',
>>>> 'django.middleware.locale.LocaleMiddleware',
>>>> 'pagination.middleware.PaginationMiddleware',
>>>> 'django.middleware.csrf.CsrfViewMiddleware',
>>>> 'django.contrib.auth.middleware.AuthenticationMiddleware',
>>>> 'django.middleware.clickjacking.XFrameOptionsMiddleware',
>>>> 'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
>>>> 'oauth2_provider.middleware.OAuth2TokenMiddleware')
>>>>
>>>> USE_I18N
>>>>
>>>> 1
>>>>
>>>> THOUSAND_SEPARATOR
>>>>
>>>> ','
>>>>
>>>> SECRET_KEY
>>>>
>>>> u'********************'
>>>>
>>>> MODELTRANSLATION_FALLBACK_LANGUAGES
>>>>
>>>> ('en',)
>>>>
>>>> LANGUAGE_COOKIE_NAME
>>>>
>>>> 'django_language'
>>>>
>>>> OGC_SERVER
>>>>
>>>> {'default': {'BACKEND': 'geonode.geoserver',
>>>> 'BACKEND_WRITE_ENABLED': True,
>>>> 'DATASTORE': 'datastore',
>>>> 'GEOGIG_DATASTORE_DIR': '',
>>>> 'GEOGIG_ENABLED': False,
>>>> 'GEONODE_SECURITY_ENABLED': True,
>>>> 'LOCATION': 'http://localhost:8080/geoserver/',
>>>> 'LOGIN_ENDPOINT': 'j_spring_oauth2_geonode_login',
>>>> 'LOGOUT_ENDPOINT': 'j_spring_oauth2_geonode_logout',
>>>> 'LOG_FILE': '/usr/share/geoserver/data/logs/geoserver.log',
>>>> 'MAPFISH_PRINT_ENABLED': True,
>>>> 'PASSWORD': u'********************',
>>>> 'PRINT_NG_ENABLED': True,
>>>> 'PUBLIC_LOCATION': 'http://geonode.iwlearn.org/geoserver/',
>>>> 'USER': 'admin',
>>>> 'WMST_ENABLED': False,
>>>> 'WPS_ENABLED': True}}
>>>>
>>>> ACCOUNT_REMEMBER_ME_EXPIRY
>>>>
>>>> 315360000
>>>>
>>>> ACCOUNT_PASSWORD_CHANGE_REDIRECT_URL
>>>>
>>>> u'********************'
>>>>
>>>> DEFAULT_MAP_CRS
>>>>
>>>> 'EPSG:900913'
>>>>
>>>> EMAIL_USE_SSL
>>>>
>>>> False
>>>>
>>>> ACCOUNT_EMAIL_UNIQUE
>>>>
>>>> True
>>>>
>>>> THESAURI
>>>>
>>>> []
>>>>
>>>> LOGGING_CONFIG
>>>>
>>>> 'logging.config.dictConfig'
>>>>
>>>> _DEFAULT_LANGUAGES
>>>>
>>>> (('en', 'English'),
>>>> ('es', 'Espa\xc3\xb1ol'),
>>>> ('it', 'Italiano'),
>>>> ('fr', 'Fran\xc3\xa7ais'),
>>>> ('de', 'Deutsch'),
>>>> ('el', '\xce\x95\xce\xbb\xce\xbb\xce\xb7\xce\xbd\xce\xb9\xce\xba\xce\xac'),
>>>> ('id', 'Bahasa Indonesia'),
>>>> ('zh-cn', '\xe4\xb8\xad\xe6\x96\x87'),
>>>> ('ja', '\xe6\x97\xa5\xe6\x9c\xac\xe8\xaa\x9e'),
>>>> ('fa', 'Persian'),
>>>> ('ar', 'Arabic'),
>>>> ('bn', 'Bengali'),
>>>> ('ne', 'Nepali'),
>>>> ('sq', 'Albanian'),
>>>> ('af', 'Afrikaans'),
>>>> ('sw', 'Swahili'),
>>>> ('pt', 'Portuguese'),
>>>> ('pt-br', 'Portuguese (Brazil)'),
>>>> ('ru', 'Russian'),
>>>> ('vi', 'Vietnamese'),
>>>> ('ko', '\xed\x95\x9c\xea\xb5\xad\xec\x96\xb4'),
>>>> ('am', 'Amharic'),
>>>> ('km', 'Khmer'),
>>>> ('pl', 'Polish'),
>>>> ('sv', 'Swedish'),
>>>> ('th', '\xe0\xb9\x84\xe0\xb8\x97\xe0\xb8\xa2'),
>>>> ('uk', 'Ukranian'),
>>>> ('si', 'Sinhala'),
>>>> ('ta', 'Tamil'),
>>>> ('tl', 'Tagalog'))
>>>>
>>>> TEMPLATE_LOADERS
>>>>
>>>> ('django.template.loaders.filesystem.Loader',
>>>> 'django.template.loaders.app_directories.Loader')
>>>>
>>>> FORCE_SCRIPT_NAME
>>>>
>>>> None
>>>>
>>>> TASTYPIE_DEFAULT_FORMATS
>>>>
>>>> ['json']
>>>>
>>>> TEMPLATE_DEBUG
>>>>
>>>> True
>>>>
>>>> AUTO_GENERATE_AVATAR_SIZES
>>>>
>>>> (20, 30, 32, 40, 50, 65, 70, 80, 100, 140, 200, 240)
>>>>
>>>> CSRF_COOKIE_NAME
>>>>
>>>> 'csrftoken'
>>>>
>>>> THEME_ACCOUNT_CONTACT_EMAIL
>>>>
>>>> 'admin at example.com'
>>>>
>>>> CELERY_DEFAULT_EXCHANGE
>>>>
>>>> 'default'
>>>>
>>>> OAUTH2_PROVIDER
>>>>
>>>> {'CLIENT_ID_GENERATOR_CLASS': 'oauth2_provider.generators.ClientIdGenerator',
>>>> 'SCOPES': {'groups': 'Access to your groups',
>>>> 'read': 'Read scope',
>>>> 'write': 'Write scope'}}
>>>>
>>>> CELERY_DEFAULT_ROUTING_KEY
>>>>
>>>> u'********************'
>>>>
>>>> ACCOUNT_LOGIN_REDIRECT_URL
>>>>
>>>> u'/'
>>>>
>>>> TWITTER_HASHTAGS
>>>>
>>>> ['geonode']
>>>>
>>>> CELERY_ALWAYS_EAGER
>>>>
>>>> True
>>>>
>>>> EMAIL_TIMEOUT
>>>>
>>>> None
>>>>
>>>> MODIFY_TOPICCATEGORY
>>>>
>>>> 1
>>>>
>>>> SIGNING_BACKEND
>>>>
>>>> 'django.core.signing.TimestampSigner'
>>>>
>>>> UPLOADER
>>>>
>>>> {'BACKEND': 'geonode.rest',
>>>> 'OPTIONS': {'GEOGIG_ENABLED': False,
>>>> 'MOSAIC_ENABLED': False,
>>>> 'TIME_ENABLED': False}}
>>>>
>>>> SESSION_COOKIE_SECURE
>>>>
>>>> False
>>>>
>>>> NLP_ENABLED
>>>>
>>>> False
>>>>
>>>> ACCOUNT_LOGIN_URL
>>>>
>>>> u'account_login'
>>>>
>>>> MESSAGE_STORAGE
>>>>
>>>> 'django.contrib.messages.storage.fallback.FallbackStorage'
>>>>
>>>> CACHE_TIME
>>>>
>>>> 0
>>>>
>>>> SECURE_BROWSER_XSS_FILTER
>>>>
>>>> False
>>>>
>>>> PYCSW
>>>>
>>>> {'CONFIGURATION': {'metadata:inspire': {'conformity_service': 'notEvaluated',
>>>> 'contact_email': 'Email Address',
>>>> 'contact_name': 'Organization Name',
>>>> 'date': 'YYYY-MM-DD',
>>>> 'default_language': 'eng',
>>>> 'enabled': 'true',
>>>> 'gemet_keywords': 'Utility and governmental services',
>>>> 'languages_supported': 'eng,gre',
>>>> 'temp_extent': 'YYYY-MM-DD/YYYY-MM-DD'},
>>>> 'metadata:main': {'contact_address': 'Mailing Address',
>>>> 'contact_city': 'City',
>>>> 'contact_country': 'Country',
>>>> 'contact_email': 'Email Address',
>>>> 'contact_fax': '+xx-xxx-xxx-xxxx',
>>>> 'contact_hours': 'Hours of Service',
>>>> 'contact_instructions': 'During hours of service. Off on weekends.',
>>>> 'contact_name': 'Lastname, Firstname',
>>>> 'contact_phone': '+xx-xxx-xxx-xxxx',
>>>> 'contact_position': 'Position Title',
>>>> 'contact_postalcode': 'Zip or Postal Code',
>>>> 'contact_role': 'pointOfContact',
>>>> 'contact_stateorprovince': 'Administrative Area',
>>>> 'contact_url': 'Contact URL',
>>>> 'identification_abstract': 'GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data',
>>>> 'identification_accessconstraints': 'None',
>>>> 'identification_fees': 'None',
>>>> 'identification_keywords': 'sdi, catalogue, discovery, metadata, GeoNode',
>>>> 'identification_keywords_type': 'theme',
>>>> 'identification_title': 'GeoNode Catalogue',
>>>> 'provider_name': 'Organization Name',
>>>> 'provider_url': 'http://localhost:8000/'}}}
>>>>
>>>> CSRF_COOKIE_DOMAIN
>>>>
>>>> None
>>>>
>>>> FILE_CHARSET
>>>>
>>>> 'utf-8'
>>>>
>>>> DEBUG
>>>>
>>>> True
>>>>
>>>> SECURE_SSL_REDIRECT
>>>>
>>>> False
>>>>
>>>> LANGUAGE_COOKIE_DOMAIN
>>>>
>>>> None
>>>>
>>>> AWS_ACCESS_KEY_ID
>>>>
>>>> u'********************'
>>>>
>>>> DEFAULT_FILE_STORAGE
>>>>
>>>> 'django.core.files.storage.FileSystemStorage'
>>>>
>>>> INSTALLED_APPS
>>>>
>>>> ('modeltranslation',
>>>> 'django.contrib.auth',
>>>> 'django.contrib.contenttypes',
>>>> 'django.contrib.sessions',
>>>> 'django.contrib.sites',
>>>> 'django.contrib.admin',
>>>> 'django.contrib.sitemaps',
>>>> 'django.contrib.staticfiles',
>>>> 'django.contrib.messages',
>>>> 'django.contrib.humanize',
>>>> 'django.contrib.gis',
>>>> 'pagination',
>>>> 'taggit',
>>>> 'treebeard',
>>>> 'friendlytagloader',
>>>> 'geoexplorer',
>>>> 'leaflet',
>>>> 'django_extensions',
>>>> 'autocomplete_light',
>>>> 'mptt',
>>>> 'djcelery',
>>>> 'storages',
>>>> 'pinax_theme_bootstrap_account',
>>>> 'pinax_theme_bootstrap',
>>>> 'django_forms_bootstrap',
>>>> 'account',
>>>> 'avatar',
>>>> 'dialogos',
>>>> 'agon_ratings',
>>>> 'announcements',
>>>> 'actstream',
>>>> 'user_messages',
>>>> 'tastypie',
>>>> 'polymorphic',
>>>> 'guardian',
>>>> 'oauth2_provider',
>>>> 'geonode.people',
>>>> 'geonode.base',
>>>> 'geonode.layers',
>>>> 'geonode.maps',
>>>> 'geonode.proxy',
>>>> 'geonode.security',
>>>> 'geonode.social',
>>>> 'geonode.catalogue',
>>>> 'geonode.documents',
>>>> 'geonode.api',
>>>> 'geonode.groups',
>>>> 'geonode.services',
>>>> 'geonode.geoserver',
>>>> 'geonode.upload',
>>>> 'geonode.tasks')
>>>>
>>>> LANGUAGES_BIDI
>>>>
>>>> ('he', 'ar', 'fa', 'ur')
>>>>
>>>> USE_L10N
>>>>
>>>> 1
>>>>
>>>> DATABASE_ENGINE
>>>>
>>>> 'postgresql_psycopg2'
>>>>
>>>> STATIC_ROOT
>>>>
>>>> '/var/www/geonode/static/'
>>>>
>>>> STATICFILES_DIRS
>>>>
>>>> ['/etc/geonode/media', '/usr/local/lib/python2.7/dist-packages/geonode/static']
>>>>
>>>> SECURE_HSTS_INCLUDE_SUBDOMAINS
>>>>
>>>> False
>>>>
>>>> DATABASE_NAME
>>>>
>>>> 'geonode'
>>>>
>>>> LEAFLET_CONFIG
>>>>
>>>> {'PLUGINS': {u'ALL': {u'css': ['/static/leaflet/draw/leaflet.draw.css',
>>>> '/static/lib/css/leaflet.fullscreen.css'],
>>>> u'js': ['/static/leaflet/draw/leaflet.draw.js',
>>>> '/static/leaflet/leaflet.extras.js',
>>>> '/static/leaflet/leaflet.forms.js',
>>>> '/static/lib/js/Leaflet.fullscreen.min.js',
>>>> '/static/lib/js/esri-leaflet.js']},
>>>> u'__default__': {u'css': ['/static/lib/css/leaflet.fullscreen.css'],
>>>> u'js': ['/static/lib/js/Leaflet.fullscreen.min.js',
>>>> '/static/lib/js/esri-leaflet.js']},
>>>> u'__is_normalized__': True,
>>>> 'esri-leaflet': {'auto-include': True,
>>>> u'css': [],
>>>> 'js': ['/static/lib/js/esri-leaflet.js']},
>>>> u'forms': {u'auto-include': False,
>>>> u'css': ['/static/leaflet/draw/leaflet.draw.css'],
>>>> u'js': ['/static/leaflet/draw/leaflet.draw.js',
>>>> '/static/leaflet/leaflet.extras.js',
>>>> '/static/leaflet/leaflet.forms.js']},
>>>> 'leaflet-fullscreen': {'auto-include': True,
>>>> 'css': ['/static/lib/css/leaflet.fullscreen.css'],
>>>> 'js': ['/static/lib/js/Leaflet.fullscreen.min.js']}},
>>>> 'RESET_VIEW': False,
>>>> 'SRID': 3857,
>>>> 'TILES': [('Watercolor',
>>>> 'http://{s}.tile.stamen.com/watercolor/{z}/{x}/{y}.png <http://tile.stamen.com/watercolor/%7Bz%7D/%7Bx%7D/%7By%7D.png>',
>>>> 'Map tiles by <a href="http://stamen.com">Stamen Design</a>, <a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a> — Map data © <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, <a href="http://creativecommons.org/licenses/by-sa/2.0/"> CC-BY-SA</a>'),
>>>> ('Toner Lite',
>>>> 'http://{s}.tile.stamen.com/toner-lite/{z}/{x}/{y}.png <http://tile.stamen.com/toner-lite/%7Bz%7D/%7Bx%7D/%7By%7D.png>',
>>>> 'Map tiles by <a href="http://stamen.com">Stamen Design</a>, <a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a> — Map data © <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, <a href="http://creativecommons.org/licenses/by-sa/2.0/"> CC-BY-SA</a>')]}
>>>>
>>>> DOWNLOAD_FORMATS_VECTOR
>>>>
>>>> ['JPEG',
>>>> 'PDF',
>>>> 'PNG',
>>>> 'Zipped Shapefile',
>>>> 'GML 2.0',
>>>> 'GML 3.1.1',
>>>> 'CSV',
>>>> 'Excel',
>>>> 'GeoJSON',
>>>> 'KML',
>>>> 'View in Google Earth',
>>>> 'Tiles']
>>>>
>>>> PREPEND_WWW
>>>>
>>>> False
>>>>
>>>> SECURE_PROXY_SSL_HEADER
>>>>
>>>> None
>>>>
>>>> AUTH_IP_WHITELIST
>>>>
>>>> []
>>>>
>>>> SOCIAL_ORIGINS
>>>>
>>>> [{'css_class': 'email',
>>>> 'label': 'Email',
>>>> 'url': 'mailto:?subject={name}&body={url}'},
>>>> {'css_class': 'fb',
>>>> 'label': 'Facebook',
>>>> 'url': 'http://www.facebook.com/sharer.php?u={url}'},
>>>> {'css_class': 'tw',
>>>> 'label': 'Twitter',
>>>> 'url': 'https://twitter.com/share?url={url}&hashtags={hashtags}'},
>>>> {'css_class': 'gp',
>>>> 'label': 'Google +',
>>>> 'url': 'https://plus.google.com/share?url={url}'}]
>>>>
>>>> ACCOUNT_PASSWORD_RESET_REDIRECT_URL
>>>>
>>>> u'********************'
>>>>
>>>> LANGUAGE_COOKIE_AGE
>>>>
>>>> None
>>>>
>>>> SESSION_COOKIE_HTTPONLY
>>>>
>>>> True
>>>>
>>>> AWS_SECRET_ACCESS_KEY
>>>>
>>>> u'********************'
>>>>
>>>> DEBUG_PROPAGATE_EXCEPTIONS
>>>>
>>>> False
>>>>
>>>> INTERNAL_IPS
>>>>
>>>> ()
>>>>
>>>> DEFAULT_ANONYMOUS_VIEW_PERMISSION
>>>>
>>>> 1
>>>>
>>>> MEDIA_URL
>>>>
>>>> '/uploaded/'
>>>>
>>>> _DEFAULT_SECRET_KEY
>>>>
>>>> u'********************'
>>>>
>>>> MONTH_DAY_FORMAT
>>>>
>>>> 'F j'
>>>>
>>>> ACCOUNT_EMAIL_CONFIRMATION_ANONYMOUS_REDIRECT_URL
>>>>
>>>> u'account_login'
>>>>
>>>> LOGIN_URL
>>>>
>>>> '/account/login/'
>>>>
>>>> SESSION_EXPIRE_AT_BROWSER_CLOSE
>>>>
>>>> False
>>>>
>>>> SEARCH_FILTERS
>>>>
>>>> {'CATEGORIES_ENABLED': True,
>>>> 'DATE_ENABLED': True,
>>>> 'EXTENT_ENABLED': True,
>>>> 'H_KEYWORDS_ENABLED': u'********************',
>>>> 'KEYWORDS_ENABLED': u'********************',
>>>> 'OWNERS_ENABLED': True,
>>>> 'REGION_ENABLED': True,
>>>> 'TEXT_ENABLED': True,
>>>> 'TYPE_ENABLED': True,
>>>> 'T_KEYWORDS_ENABLED': u'********************'}
>>>>
>>>> OPENGRAPH_ENABLED
>>>>
>>>> True
>>>>
>>>> PROJECT_ROOT
>>>>
>>>> '/usr/local/lib/python2.7/dist-packages/geonode'
>>>>
>>>> OGP_URL
>>>>
>>>> 'http://geodata.tufts.edu/solr/select'
>>>>
>>>> CELERY_EAGER_PROPAGATES_EXCEPTIONS
>>>>
>>>> True
>>>>
>>>> TIME_FORMAT
>>>>
>>>> 'P'
>>>>
>>>> CELERY_IGNORE_RESULT
>>>>
>>>> True
>>>>
>>>> SERVICE_UPDATE_INTERVAL
>>>>
>>>> 0
>>>>
>>>> AUTH_USER_MODEL
>>>>
>>>> 'people.Profile'
>>>>
>>>> DATE_INPUT_FORMATS
>>>>
>>>> ('%Y-%m-%d',
>>>> '%m/%d/%Y',
>>>> '%m/%d/%y',
>>>> '%b %d %Y',
>>>> '%b %d, %Y',
>>>> '%d %b %Y',
>>>> '%d %b, %Y',
>>>> '%B %d %Y',
>>>> '%B %d, %Y',
>>>> '%d %B %Y',
>>>> '%d %B, %Y')
>>>>
>>>> ACCOUNT_LOGOUT_REDIRECT_URL
>>>>
>>>> u'/'
>>>>
>>>> HAYSTACK_SEARCH
>>>>
>>>> False
>>>>
>>>> AUTHENTICATION_BACKENDS
>>>>
>>>> ('oauth2_provider.backends.OAuth2Backend',
>>>> 'django.contrib.auth.backends.ModelBackend',
>>>> 'guardian.backends.ObjectPermissionBackend')
>>>>
>>>> EMAIL_HOST_PASSWORD
>>>>
>>>> u'********************'
>>>>
>>>> CELERY_DISABLE_RATE_LIMITS
>>>>
>>>> True
>>>>
>>>> PASSWORD_RESET_TIMEOUT_DAYS
>>>>
>>>> u'********************'
>>>>
>>>> SESSION_FILE_PATH
>>>>
>>>> None
>>>>
>>>> CACHE_MIDDLEWARE_ALIAS
>>>>
>>>> 'default'
>>>>
>>>> SESSION_SAVE_EVERY_REQUEST
>>>>
>>>> False
>>>>
>>>> NUMBER_GROUPING
>>>>
>>>> 0
>>>>
>>>> SHORT_DATETIME_FORMAT
>>>>
>>>> 'm/d/Y P'
>>>>
>>>> SESSION_ENGINE
>>>>
>>>> 'django.contrib.sessions.backends.db'
>>>>
>>>> CELERY_RESULT_BACKEND
>>>>
>>>> None
>>>>
>>>> ACCOUNT_DELETION_MARK_CALLBACK
>>>>
>>>> <function account_delete_mark at 0x7f8e533cc758>
>>>>
>>>> CSRF_COOKIE_PATH
>>>>
>>>> '/'
>>>>
>>>> LOGIN_REDIRECT_URL
>>>>
>>>> '/accounts/profile/'
>>>>
>>>> TEMPLATE_STRING_IF_INVALID
>>>>
>>>> ''
>>>>
>>>> NLP_LIBRARY_PATH
>>>>
>>>> '/opt/MITIE/mitielib'
>>>>
>>>> ACCOUNT_DELETION_EXPUNGE_HOURS
>>>>
>>>> 48
>>>>
>>>> GEONODE_ROOT
>>>>
>>>> '/usr/local/lib/python2.7/dist-packages/geonode'
>>>>
>>>> DECIMAL_SEPARATOR
>>>>
>>>> '.'
>>>>
>>>> API_INCLUDE_REGIONS_COUNT
>>>>
>>>> u'********************'
>>>>
>>>> CELERY_SEND_EVENTS
>>>>
>>>> False
>>>>
>>>> EXIF_ENABLED
>>>>
>>>> False
>>>>
>>>> NOSE_ARGS
>>>>
>>>> ['--nocapture', '--detailed-errors']
>>>>
>>>> LOCALE_PATHS
>>>>
>>>> ('/usr/local/lib/python2.7/dist-packages/geonode/locale',)
>>>>
>>>> NLP_MODEL_PATH
>>>>
>>>> '/opt/MITIE/MITIE-models/english/ner_model.dat'
>>>>
>>>> PASSWORD_HASHERS
>>>>
>>>> u'********************'
>>>>
>>>> PROXY_ALLOWED_HOSTS
>>>>
>>>> ()
>>>>
>>>> LOCAL_MEDIA_URL
>>>>
>>>> '/uploaded/'
>>>>
>>>> CARTODB_BASEMAPS
>>>>
>>>> False
>>>>
>>>> SITEURL
>>>>
>>>> 'http://geonode.iwlearn.org/'
>>>>
>>>> LOGOUT_URL
>>>>
>>>> '/account/logout/'
>>>>
>>>> MAP_BASELAYERS
>>>>
>>>> [{'source': {'ptype': 'gxp_wmscsource',
>>>> 'restUrl': '/gs/rest',
>>>> 'url': 'http://geonode.iwlearn.org/geoserver/wms'}},
>>>> {'args': ['No background'],
>>>> 'fixed': True,
>>>> 'group': 'background',
>>>> 'name': 'background',
>>>> 'source': {'ptype': 'gxp_olsource'},
>>>> 'type': 'OpenLayers.Layer',
>>>> 'visibility': False},
>>>> {'fixed': True,
>>>> 'group': 'background',
>>>> 'name': 'mapnik',
>>>> 'source': {'ptype': 'gxp_osmsource'},
>>>> 'type': 'OpenLayers.Layer.OSM',
>>>> 'visibility': True}]
>>>>
>>>> EMAIL_USE_TLS
>>>>
>>>> False
>>>>
>>>> ACCOUNT_LANGUAGES
>>>>
>>>> [('en', u'English'),
>>>> ('es', u'espa\xf1ol'),
>>>> ('it', u'italiano'),
>>>> ('fr', u'fran\xe7ais'),
>>>> ('de', u'Deutsch'),
>>>> ('el', u'\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ac'),
>>>> ('id', u'Bahasa Indonesia'),
>>>> ('zh-cn', u'\u7b80\u4f53\u4e2d\u6587'),
>>>> ('ja', u'\u65e5\u672c\u8a9e'),
>>>> ('fa', u'\u0641\u0627\u0631\u0633\u06cc'),
>>>> ('ar', u'\u0627\u0644\u0639\u0631\u0628\u064a\u0651\u0629'),
>>>> ('bn', u'\u09ac\u09be\u0982\u09b2\u09be'),
>>>> ('ne', u'\u0928\u0947\u092a\u093e\u0932\u0940'),
>>>> ('sq', u'shqip'),
>>>> ('af', u'Afrikaans'),
>>>> ('sw', u'Kiswahili'),
>>>> ('pt', u'Portugu\xeas'),
>>>> ('pt-br', u'Portugu\xeas Brasileiro'),
>>>> ('ru', u'\u0420\u0443\u0441\u0441\u043a\u0438\u0439'),
>>>> ('vi', u'Ti\xea\u0301ng Vi\xea\u0323t'),
>>>> ('ko', u'\ud55c\uad6d\uc5b4'),
>>>> ('am', 'Amharic'),
>>>> ('km', u'Khmer'),
>>>> ('pl', u'polski'),
>>>> ('sv', u'svenska'),
>>>> ('th', u'\u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22'),
>>>> ('uk', u'\u0423\u043a\u0440\u0430\u0457\u043d\u0441\u044c\u043a\u0430'),
>>>> ('si', 'sinhala'),
>>>> ('ta', u'tamil'),
>>>> ('tl', 'tagalog')]
>>>>
>>>> GOOGLE_API_KEY
>>>>
>>>> u'********************'
>>>>
>>>> FIXTURE_DIRS
>>>>
>>>> ()
>>>>
>>>> ABSOLUTE_URL_OVERRIDES
>>>>
>>>> {}
>>>>
>>>> DATE_FORMAT
>>>>
>>>> 'N j, Y'
>>>>
>>>> NLP_LOCATION_THRESHOLD
>>>>
>>>> 1.0
>>>>
>>>> CSRF_FAILURE_VIEW
>>>>
>>>> 'django.views.csrf.csrf_failure'
>>>>
>>>> SKIP_PERMS_FILTER
>>>>
>>>> False
>>>>
>>>> ACCOUNT_NOTIFY_ON_PASSWORD_CHANGE
>>>>
>>>> u'********************'
>>>>
>>>> MEDIA_ROOT
>>>>
>>>> '/var/www/geonode/uploaded'
>>>>
>>>> AGON_RATINGS_CATEGORY_CHOICES
>>>>
>>>> {'documents.Document': {'document': 'How good is this document?'},
>>>> 'layers.Layer': {'layer': 'How good is this layer?'},
>>>> 'maps.Map': {'map': 'How good is this map?'}}
>>>>
>>>> DATABASE_HOST
>>>>
>>>> 'localhost'
>>>>
>>>> SECURE_CONTENT_TYPE_NOSNIFF
>>>>
>>>> False
>>>>
>>>> DEFAULT_EXCEPTION_REPORTER_FILTER
>>>>
>>>> 'django.views.debug.SafeExceptionReporterFilter'
>>>>
>>>> ADMINS
>>>>
>>>> []
>>>>
>>>> FORMAT_MODULE_PATH
>>>>
>>>> None
>>>>
>>>> DEFAULT_FROM_EMAIL
>>>>
>>>> 'webmaster at localhost'
>>>>
>>>> GEONODE_APPS
>>>>
>>>> ('geonode.people',
>>>> 'geonode.base',
>>>> 'geonode.layers',
>>>> 'geonode.maps',
>>>> 'geonode.proxy',
>>>> 'geonode.security',
>>>> 'geonode.social',
>>>> 'geonode.catalogue',
>>>> 'geonode.documents',
>>>> 'geonode.api',
>>>> 'geonode.groups',
>>>> 'geonode.services',
>>>> 'geonode.geoserver',
>>>> 'geonode.upload',
>>>> 'geonode.tasks')
>>>>
>>>> GEOSERVER_URL
>>>>
>>>> 'http://geonode.iwlearn.org/geoserver/'
>>>>
>>>> DATETIME_FORMAT
>>>>
>>>> 'N j, Y, P'
>>>>
>>>> TEMPLATE_DIRS
>>>>
>>>> ('/etc/geonode/templates',
>>>> '/usr/local/lib/python2.7/dist-packages/geonode/templates')
>>>>
>>>> ALLOWED_DOCUMENT_TYPES
>>>>
>>>> ['doc',
>>>> 'docx',
>>>> 'gif',
>>>> 'jpg',
>>>> 'jpeg',
>>>> 'ods',
>>>> 'odt',
>>>> 'odp',
>>>> 'pdf',
>>>> 'png',
>>>> 'ppt',
>>>> 'pptx',
>>>> 'rar',
>>>> 'sld',
>>>> 'tif',
>>>> 'tiff',
>>>> 'txt',
>>>> 'xls',
>>>> 'xlsx',
>>>> 'xml',
>>>> 'zip',
>>>> 'gz',
>>>> 'qml']
>>>>
>>>> NOTIFICATION_LANGUAGE_MODULE
>>>>
>>>> 'account.Account'
>>>>
>>>> ACCOUNT_DELETION_EXPUNGE_CALLBACK
>>>>
>>>> <function account_delete_expunge at 0x7f8e533cc6e0>
>>>>
>>>> RESOURCE_PUBLISHING
>>>>
>>>> False
>>>>
>>>> ACCOUNT_HOOKSET
>>>>
>>>> <account.hooks.AccountDefaultHookSet object at 0x7f8e48aee550>
>>>>
>>>> PROXY_URL
>>>>
>>>> '/proxy/?url='
>>>>
>>>> SITE_ID
>>>>
>>>> 1
>>>>
>>>> DISALLOWED_USER_AGENTS
>>>>
>>>> ()
>>>>
>>>> ALLOWED_INCLUDE_ROOTS
>>>>
>>>> ()
>>>>
>>>> API_LIMIT_PER_PAGE
>>>>
>>>> u'********************'
>>>>
>>>> THUNDERFOREST_BASEMAPS
>>>>
>>>> False
>>>>
>>>> ACCOUNT_SETTINGS_REDIRECT_URL
>>>>
>>>> u'account_settings'
>>>>
>>>> USE_THOUSAND_SEPARATOR
>>>>
>>>> False
>>>>
>>>> EXTRA_LANG_INFO
>>>>
>>>> {'am': {'bidi': False,
>>>> 'code': 'am',
>>>> 'name': 'Amharic',
>>>> 'name_local': 'Amharic'},
>>>> 'si': {'bidi': False,
>>>> 'code': 'si',
>>>> 'name': 'Sinhala',
>>>> 'name_local': 'sinhala'},
>>>> 'ta': {'bidi': False, 'code': 'ta', 'name': 'Tamil', 'name_local': u'tamil'},
>>>> 'tl': {'bidi': False,
>>>> 'code': 'tl',
>>>> 'name': 'Tagalog',
>>>> 'name_local': 'tagalog'}}
>>>>
>>>> SRID
>>>>
>>>> {'DETAIL': 'never'}
>>>>
>>>> LOGGING
>>>>
>>>> {'disable_existing_loggers': True,
>>>> 'filters': {'require_debug_false': {'()': 'django.utils.log.RequireDebugFalse'}},
>>>> 'formatters': {'simple': {'format': '%(message)s'},
>>>> 'verbose': {'format': '%(levelname)s %(asctime)s %(module)s %(process)d %(thread)d %(message)s'}},
>>>> 'handlers': {'console': {'class': 'logging.StreamHandler',
>>>> 'formatter': 'simple',
>>>> 'level': 'ERROR'},
>>>> 'mail_admins': {'class': 'django.utils.log.AdminEmailHandler',
>>>> 'filters': ['require_debug_false'],
>>>> 'level': 'ERROR'},
>>>> 'null': {'class': 'django.utils.log.NullHandler',
>>>> 'level': 'ERROR'}},
>>>> 'loggers': {'django': {'handlers': ['console'], 'level': 'ERROR'},
>>>> 'geonode': {'handlers': ['console'], 'level': 'ERROR'},
>>>> 'gsconfig.catalog': {'handlers': ['console'], 'level': 'ERROR'},
>>>> 'owslib': {'handlers': ['console'], 'level': 'ERROR'},
>>>> 'pycsw': {'handlers': ['console'], 'level': 'ERROR'}},
>>>> 'version': 1}
>>>>
>>>> _DEFAULT_STATICFILES_DIRS
>>>>
>>>> ['/usr/local/lib/python2.7/dist-packages/geonode/static']
>>>>
>>>> SHORT_DATE_FORMAT
>>>>
>>>> 'm/d/Y'
>>>>
>>>> TWITTER_SITE
>>>>
>>>> '@GeoNode'
>>>>
>>>> DATABASE_USER
>>>>
>>>> 'geonode'
>>>>
>>>> SLACK_ENABLED
>>>>
>>>> False
>>>>
>>>> TEMPLATES
>>>>
>>>> [{'APP_DIRS': True,
>>>> 'BACKEND': 'django.template.backends.django.DjangoTemplates',
>>>> 'DIRS': ['/usr/local/lib/python2.7/dist-packages/geonode/templates'],
>>>> 'NAME': 'GeoNode Project Templates',
>>>> 'OPTIONS': {'context_processors': ['django.contrib.auth.context_processors.auth',
>>>> 'django.core.context_processors.debug',
>>>> 'django.core.context_processors.i18n',
>>>> 'django.core.context_processors.tz',
>>>> 'django.core.context_processors.media',
>>>> 'django.core.context_processors.static',
>>>> 'django.core.context_processors.request',
>>>> 'django.contrib.messages.context_processors.messages',
>>>> 'account.context_processors.account',
>>>> 'geonode.context_processors.resource_urls',
>>>> 'geonode.geoserver.context_processors.geoserver_urls'],
>>>> 'debug': 1}}]
>>>>
>>>> TEST_RUNNER
>>>>
>>>> 'django_nose.NoseTestSuiteRunner'
>>>>
>>>> ACTSTREAM_SETTINGS
>>>>
>>>> {'FETCH_RELATIONS': True,
>>>> 'GFK_FETCH_DEPTH': 1,
>>>> 'USE_JSONFIELD': True,
>>>> 'USE_PREFETCH': False}
>>>>
>>>> MODELTRANSLATION_LANGUAGES
>>>>
>>>> ['en']
>>>>
>>>> HAYSTACK_FACET_COUNTS
>>>>
>>>> False
>>>>
>>>> CACHE_MIDDLEWARE_KEY_PREFIX
>>>>
>>>> u'********************'
>>>>
>>>> AWS_S3_BUCKET_DOMAIN
>>>>
>>>> '.s3.amazonaws.com'
>>>>
>>>> TIME_ZONE
>>>>
>>>> 'America/Chicago'
>>>>
>>>> FILE_UPLOAD_MAX_MEMORY_SIZE
>>>>
>>>> 2621440
>>>>
>>>> LOCAL_GEOSERVER
>>>>
>>>> {'source': {'ptype': 'gxp_wmscsource',
>>>> 'restUrl': '/gs/rest',
>>>> 'url': 'http://geonode.iwlearn.org/geoserver/wms'}}
>>>>
>>>> SESSION_CACHE_ALIAS
>>>>
>>>> 'default'
>>>>
>>>> EMAIL_BACKEND
>>>>
>>>> 'django.core.mail.backends.smtp.EmailBackend'
>>>>
>>>> ANONYMOUS_USER_ID
>>>>
>>>> '-1'
>>>>
>>>> DEFAULT_MAP_ZOOM
>>>>
>>>> 0
>>>>
>>>> TEMPLATE_CONTEXT_PROCESSORS
>>>>
>>>> ('django.contrib.auth.context_processors.auth',
>>>> 'django.template.context_processors.debug',
>>>> 'django.template.context_processors.i18n',
>>>> 'django.template.context_processors.media',
>>>> 'django.template.context_processors.static',
>>>> 'django.template.context_processors.tz',
>>>> 'django.contrib.messages.context_processors.messages')
>>>>
>>>> LOCKDOWN_GEONODE
>>>>
>>>> 0
>>>>
>>>> S3_STATIC_ENABLED
>>>>
>>>> False
>>>>
>>>> DATABASE_PORT
>>>>
>>>> '5432'
>>>>
>>>> SESSION_COOKIE_AGE
>>>>
>>>> 1209600
>>>>
>>>> SETTINGS_MODULE
>>>>
>>>> 'geonode.settings'
>>>>
>>>> GUARDIAN_GET_INIT_ANONYMOUS_USER
>>>>
>>>> 'geonode.people.models.get_anonymous_user_instance'
>>>>
>>>> USE_ETAGS
>>>>
>>>> False
>>>>
>>>> SOCIAL_BUTTONS
>>>>
>>>> True
>>>>
>>>> LANGUAGES
>>>>
>>>> (('en', 'English'),
>>>> ('es', 'Espa\xc3\xb1ol'),
>>>> ('it', 'Italiano'),
>>>> ('fr', 'Fran\xc3\xa7ais'),
>>>> ('de', 'Deutsch'),
>>>> ('el', '\xce\x95\xce\xbb\xce\xbb\xce\xb7\xce\xbd\xce\xb9\xce\xba\xce\xac'),
>>>> ('id', 'Bahasa Indonesia'),
>>>> ('zh-cn', '\xe4\xb8\xad\xe6\x96\x87'),
>>>> ('ja', '\xe6\x97\xa5\xe6\x9c\xac\xe8\xaa\x9e'),
>>>> ('fa', 'Persian'),
>>>> ('ar', 'Arabic'),
>>>> ('bn', 'Bengali'),
>>>> ('ne', 'Nepali'),
>>>> ('sq', 'Albanian'),
>>>> ('af', 'Afrikaans'),
>>>> ('sw', 'Swahili'),
>>>> ('pt', 'Portuguese'),
>>>> ('pt-br', 'Portuguese (Brazil)'),
>>>> ('ru', 'Russian'),
>>>> ('vi', 'Vietnamese'),
>>>> ('ko', '\xed\x95\x9c\xea\xb5\xad\xec\x96\xb4'),
>>>> ('am', 'Amharic'),
>>>> ('km', 'Khmer'),
>>>> ('pl', 'Polish'),
>>>> ('sv', 'Swedish'),
>>>> ('th', '\xe0\xb9\x84\xe0\xb8\x97\xe0\xb8\xa2'),
>>>> ('uk', 'Ukranian'),
>>>> ('si', 'Sinhala'),
>>>> ('ta', 'Tamil'),
>>>> ('tl', 'Tagalog'))
>>>>
>>>> CELERY_TASK_RESULT_EXPIRES
>>>>
>>>> 1
>>>>
>>>> DEFAULT_INDEX_TABLESPACE
>>>>
>>>> ''
>>>>
>>>> CSRF_COOKIE_AGE
>>>>
>>>> 31449600
>>>>
>>>> STATIC_URL
>>>>
>>>> '/static/'
>>>>
>>>> EMAIL_PORT
>>>>
>>>> 25
>>>>
>>>> LAYER_PREVIEW_LIBRARY
>>>>
>>>> 'geoext'
>>>>
>>>> USE_TZ
>>>>
>>>> False
>>>>
>>>> DEFAULT_SEARCH_SIZE
>>>>
>>>> 10
>>>>
>>>> CLIENT_RESULTS_LIMIT
>>>>
>>>> 100
>>>>
>>>> TEST_NON_SERIALIZED_APPS
>>>>
>>>> []
>>>>
>>>> USE_QUEUE
>>>>
>>>> 0
>>>>
>>>> MODELTRANSLATION_DEFAULT_LANGUAGE
>>>>
>>>> 'en'
>>>>
>>>> ACCOUNT_SIGNUP_REDIRECT_URL
>>>>
>>>> u'/'
>>>>
>>>> LANGUAGE_COOKIE_PATH
>>>>
>>>> '/'
>>>>
>>>> MIGRATION_MODULES
>>>>
>>>> {}
>>>>
>>>> CACHE_MIDDLEWARE_SECONDS
>>>>
>>>> 600
>>>>
>>>> EMAIL_SSL_CERTFILE
>>>>
>>>> None
>>>>
>>>> SITENAME
>>>>
>>>> 'GeoNode'
>>>>
>>>> ACCOUNT_CREATE_ON_SAVE
>>>>
>>>> True
>>>>
>>>> VERSION
>>>>
>>>> '2.6.3'
>>>>
>>>> CSRF_COOKIE_HTTPONLY
>>>>
>>>> False
>>>>
>>>> DATETIME_INPUT_FORMATS
>>>>
>>>> ('%Y-%m-%d %H:%M:%S',
>>>> '%Y-%m-%d %H:%M:%S.%f',
>>>> '%Y-%m-%d %H:%M',
>>>> '%Y-%m-%d',
>>>> '%m/%d/%Y %H:%M:%S',
>>>> '%m/%d/%Y %H:%M:%S.%f',
>>>> '%m/%d/%Y %H:%M',
>>>> '%m/%d/%Y',
>>>> '%m/%d/%y %H:%M:%S',
>>>> '%m/%d/%y %H:%M:%S.%f',
>>>> '%m/%d/%y %H:%M',
>>>> '%m/%d/%y')
>>>>
>>>> ACCOUNT_EMAIL_CONFIRMATION_REQUIRED
>>>>
>>>> 0
>>>>
>>>> DATABASE_PASSWORD
>>>>
>>>> u'********************'
>>>>
>>>> SECURE_SSL_HOST
>>>>
>>>> None
>>>>
>>>> EMAIL_HOST_USER
>>>>
>>>> ''
>>>>
>>>> MAX_DOCUMENT_SIZE
>>>>
>>>> 1024
>>>>
>>>>
>>>>
>>>>
>>>> Regards
>>>> Deb
>>>>
>>>>
>>>> On Wed, Apr 24, 2019 at 11:44 AM Alessio Fabiani <
>>>> alessio.fabiani at geo-solutions.it> wrote:
>>>>
>>>>> Dear Deb,
>>>>> there are a couple of settings that you can use to limit creation of
>>>>> users.
>>>>>
>>>>> "ACCOUNT_OPEN_SIGNUP" closes completely the registration form
>>>>>
>>>>> "ACCOUNT_APPROVAL_REQUIRED" needs an admin to set the user to "active"
>>>>> before he can login
>>>>>
>>>>> Il giorno mer 24 apr 2019 alle ore 11:39 Dev Gis <deviirmr at gmail.com>
>>>>> ha scritto:
>>>>>
>>>>>> Dear Toni,
>>>>>> Thank you so much for your time and effort.
>>>>>> I am very happy to see that the application is up and resume to
>>>>>> normal performance.
>>>>>>
>>>>>> One last thing, how to stop those spammers for creating nonactive
>>>>>> users, I mean can we do something at the configuration level.
>>>>>>
>>>>>> Regards
>>>>>> Deb
>>>>>>
>>>>>> On Wed, Apr 24, 2019 at 11:24 AM Toni Schönbuchner <
>>>>>> toni.schoenbuchner at csgis.de> wrote:
>>>>>>
>>>>>>> Dear Deb,
>>>>>>>
>>>>>>> I´m very happy to hear it´s working!
>>>>>>>
>>>>>>> In case somebody else is having problems that anonymous users cannot
>>>>>>> see layers this
>>>>>>> is how it worked in the end:
>>>>>>> _
>>>>>>> Setup oauth correctly
>>>>>>> _
>>>>>>> double check rest role service (test with curl)
>>>>>>> _
>>>>>>> created expected admin users in geonode
>>>>>>> _
>>>>>>> removed a hugh amount of not active users (those might slow down the
>>>>>>> auth check!?)
>>>>>>> _
>>>>>>> double checked geofence rules
>>>>>>>
>>>>>>>
>>>>>>> Cheers,
>>>>>>>
>>>>>>> Toni
>>>>>>>
>>>>>>> -----------------------------------------------
>>>>>>> CSGIS
>>>>>>>
>>>>>>> -----------------------------------------------
>>>>>>> Kolonnadenstraße 1
>>>>>>> 04109 Leipzig
>>>>>>> -----------------------------------------------
>>>>>>> Tel +49/ (0) 341 24 04 738
>>>>>>> Fax +49/ (0) 341 24 04 739
>>>>>>> Web http://csgis.de
>>>>>>> -----------------------------------------------
>>>>>>>
>>>>>>> Hinweis gemäß § 33 BDSG
>>>>>>> Daten der Verfahrensbeteiligten werden gespeichert. Dieses Dokument
>>>>>>> ist ausschließlich für den
>>>>>>> Adressaten bestimmt. Der Inhalt der E-Mail ist vertraulich. Falls
>>>>>>> Sie diese E-Mail versehentlich
>>>>>>> erhalten haben, rufen Sie uns unter obiger Rufnummer umgehend an und
>>>>>>> löschen Sie diese Nachricht
>>>>>>> von Ihrem Computer. Jegliche Art von Reproduktionen, Verbreitung,
>>>>>>> Vervielfältigung, Veränderung,
>>>>>>> Verteilung und/oder Veröffentlichung dieser E-Mail ist verboten.
>>>>>>>
>>>>>>> Am 24.04.2019 um 11:16 schrieb Dev Gis <deviirmr at gmail.com>:
>>>>>>>
>>>>>>> Hi Toni,
>>>>>>> Thank you for sharing the script.
>>>>>>> Yes, I have some experience in Django development but not much aware
>>>>>>> of GeoNode classes.
>>>>>>> But finally, I have managed to delete all spam user :).
>>>>>>>
>>>>>>> Now the application is faster and better as you suggested to me in
>>>>>>> the last email. :)
>>>>>>> Thank you so much for your effort and time.
>>>>>>> Regards
>>>>>>> Deb
>>>>>>>
>>>>>>> On Wed, Apr 24, 2019 at 11:07 AM Toni Schönbuchner <
>>>>>>> toni.schoenbuchner at csgis.de> wrote:
>>>>>>>
>>>>>>>> Hi deb,
>>>>>>>>
>>>>>>>> As far as I know you cannot in django admin gui.
>>>>>>>> but you could list layers depening on your needs using the django
>>>>>>>> shell
>>>>>>>> with something like:
>>>>>>>>
>>>>>>>> $ Django-admin shell
>>>>>>>>
>>>>>>>> from django.contrib.auth import get_user_model
>>>>>>>> User = get_user_model()
>>>>>>>> import datetime
>>>>>>>>
>>>>>>>> *# show users which joined the last x days (120 in this example)*
>>>>>>>> *# you could also switch this to show only users older than ...*
>>>>>>>> active_staff_last_login =
>>>>>>>> User.objects.filter(date_joined__lte=datetime.datetime.today(),
>>>>>>>> date_joined__gt=datetime.datetime.today()-datetime.timedelta(days=120))
>>>>>>>>
>>>>>>>> for username in active_staff_last_login:
>>>>>>>> print str(username)+' joined: '+str(username.date_joined)
>>>>>>>>
>>>>>>>>
>>>>>>>> cheers,
>>>>>>>>
>>>>>>>> Toni
>>>>>>>>
>>>>>>>> -----------------------------------------------
>>>>>>>> CSGIS
>>>>>>>>
>>>>>>>> -----------------------------------------------
>>>>>>>> Kolonnadenstraße 1
>>>>>>>> 04109 Leipzig
>>>>>>>> -----------------------------------------------
>>>>>>>> Tel +49/ (0) 341 24 04 738
>>>>>>>> Fax +49/ (0) 341 24 04 739
>>>>>>>> Web http://csgis.de
>>>>>>>> -----------------------------------------------
>>>>>>>>
>>>>>>>> Hinweis gemäß § 33 BDSG
>>>>>>>> Daten der Verfahrensbeteiligten werden gespeichert. Dieses Dokument
>>>>>>>> ist ausschließlich für den
>>>>>>>> Adressaten bestimmt. Der Inhalt der E-Mail ist vertraulich. Falls
>>>>>>>> Sie diese E-Mail versehentlich
>>>>>>>> erhalten haben, rufen Sie uns unter obiger Rufnummer umgehend an
>>>>>>>> und löschen Sie diese Nachricht
>>>>>>>> von Ihrem Computer. Jegliche Art von Reproduktionen, Verbreitung,
>>>>>>>> Vervielfältigung, Veränderung,
>>>>>>>> Verteilung und/oder Veröffentlichung dieser E-Mail ist verboten.
>>>>>>>>
>>>>>>>> Am 24.04.2019 um 10:31 schrieb Dev Gis <deviirmr at gmail.com>:
>>>>>>>>
>>>>>>>> Hi Toni,
>>>>>>>> You are right, after removing 50% spam user the performance is a
>>>>>>>> bit improved.
>>>>>>>> I manage to delete 5000+ user based on the filter by keywords but
>>>>>>>> rest 3000+ I am bit afraid to delete.
>>>>>>>> Could you suggest some mechanism so that I can filter based on the
>>>>>>>> date before deleting those spam users?
>>>>>>>>
>>>>>>>>
>>>>>>>> <image.png>
>>>>>>>>
>>>>>>>> Regards
>>>>>>>> Deb
>>>>>>>>
>>>>>>>> On Tue, Apr 23, 2019 at 10:21 PM Dev Gis <deviirmr at gmail.com>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Thank you for the reply.
>>>>>>>>> I saw that suspicious users yesterday its almost 9000+
>>>>>>>>> Yes tomorrow morning I will do the cleaning and get back to you.
>>>>>>>>> Regards
>>>>>>>>> Deb
>>>>>>>>>
>>>>>>>>> On Tue, 23 Apr 2019 at 9:49 PM, Toni Schönbuchner <
>>>>>>>>> toni.schoenbuchner at csgis.de> wrote:
>>>>>>>>>
>>>>>>>>>> Dear Deb,
>>>>>>>>>>
>>>>>>>>>> would it be possible for you to got through the list of Users and
>>>>>>>>>> delete all not needed:
>>>>>>>>>> http://geonode.iwlearn.org/admin/people/profile/
>>>>>>>>>> Might be a lot created by spamers.
>>>>>>>>>>
>>>>>>>>>> (I´ve recognized the user endpoint takes a bit long to resolve
>>>>>>>>>> and like to see if things get
>>>>>>>>>> better after housecleaning)
>>>>>>>>>>
>>>>>>>>>> Best regards,
>>>>>>>>>>
>>>>>>>>>> Toni
>>>>>>>>>>
>>>>>>>>>>
>>>>>>> _______________________________________________
>>>>>> geonode-users mailing list
>>>>>> geonode-users at lists.osgeo.org
>>>>>> https://lists.osgeo.org/mailman/listinfo/geonode-users
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> ==
>>>>>
>>>>> GeoServer Professional Services from the experts! Visit
>>>>> http://goo.gl/it488V for more information.
>>>>> ==
>>>>> Ing. Alessio Fabiani
>>>>>
>>>>> @alfa7691
>>>>> Founder/Technical Lead
>>>>>
>>>>>
>>>>> GeoSolutions S.A.S.
>>>>> Via di Montramito 3/A - 55054 Massarosa (LU) - Italy
>>>>> phone: +39 0584 962313
>>>>> fax: +39 0584 1660272
>>>>> mob: +39 331 6233686
>>>>>
>>>>>
>>>>> http://www.geo-solutions.it
>>>>> http://twitter.com/geosolutions_it
>>>>> -------------------------------------------------------
>>>>>
>>>>> Con riferimento alla normativa sul trattamento dei dati personali
>>>>> (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”),
>>>>> si precisa che ogni circostanza inerente alla presente email (il suo
>>>>> contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
>>>>> riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
>>>>> messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
>>>>> operazione è illecita. Le sarei comunque grato se potesse darmene notizia.
>>>>>
>>>>>
>>>>> This email is intended only for the person or entity to which it is
>>>>> addressed and may contain information that is privileged, confidential or
>>>>> otherwise protected from disclosure. We remind that - as provided by
>>>>> European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
>>>>> e-mail or the information herein by anyone other than the intended
>>>>> recipient is prohibited. If you have received this email by mistake, please
>>>>> notify us immediately by telephone or e-mail.
>>>>>
>>>> _______________________________________________
>>>> geonode-users mailing list
>>>> geonode-users at lists.osgeo.org
>>>> https://lists.osgeo.org/mailman/listinfo/geonode-users
>>>>
>>>
>>>
>>> --
>>>
>>> ==
>>>
>>> GeoServer Professional Services from the experts! Visit
>>> http://goo.gl/it488V for more information.
>>> ==
>>> Ing. Alessio Fabiani
>>>
>>> @alfa7691
>>> Founder/Technical Lead
>>>
>>>
>>> GeoSolutions S.A.S.
>>> Via di Montramito 3/A - 55054 Massarosa (LU) - Italy
>>> phone: +39 0584 962313
>>> fax: +39 0584 1660272
>>> mob: +39 331 6233686
>>>
>>>
>>> http://www.geo-solutions.it
>>> http://twitter.com/geosolutions_it
>>> -------------------------------------------------------
>>>
>>> Con riferimento alla normativa sul trattamento dei dati personali (Reg.
>>> UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
>>> precisa che ogni circostanza inerente alla presente email (il suo
>>> contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
>>> riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
>>> messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
>>> operazione è illecita. Le sarei comunque grato se potesse darmene notizia.
>>>
>>>
>>> This email is intended only for the person or entity to which it is
>>> addressed and may contain information that is privileged, confidential or
>>> otherwise protected from disclosure. We remind that - as provided by
>>> European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
>>> e-mail or the information herein by anyone other than the intended
>>> recipient is prohibited. If you have received this email by mistake, please
>>> notify us immediately by telephone or e-mail.
>>>
>> _______________________________________________
>> geonode-users mailing list
>> geonode-users at lists.osgeo.org
>> https://lists.osgeo.org/mailman/listinfo/geonode-users
>>
>
>
> --
>
> ==
>
> GeoServer Professional Services from the experts! Visit
> http://goo.gl/it488V for more information.
> ==
> Ing. Alessio Fabiani
>
> @alfa7691
> Founder/Technical Lead
>
>
> GeoSolutions S.A.S.
> Via di Montramito 3/A - 55054 Massarosa (LU) - Italy
> phone: +39 0584 962313
> fax: +39 0584 1660272
> mob: +39 331 6233686
>
>
> http://www.geo-solutions.it
> http://twitter.com/geosolutions_it
> -------------------------------------------------------
>
> Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE
> 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si
> precisa che ogni circostanza inerente alla presente email (il suo
> contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è
> riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il
> messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra
> operazione è illecita. Le sarei comunque grato se potesse darmene notizia.
>
>
> This email is intended only for the person or entity to which it is
> addressed and may contain information that is privileged, confidential or
> otherwise protected from disclosure. We remind that - as provided by
> European Regulation 2016/679 “GDPR” - copying, dissemination or use of this
> e-mail or the information herein by anyone other than the intended
> recipient is prohibited. If you have received this email by mistake, please
> notify us immediately by telephone or e-mail.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20190424/d24b821a/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 37318 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20190424/d24b821a/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 127797 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20190424/d24b821a/attachment-0003.png>
More information about the geonode-users
mailing list