<div dir="ltr"><div><div><div><div>HI Dave Kennewell,<br><br></div>Thank you very much for your help and advices. I was told before that having both  geonode and geonode-project dev/ my_geonode in the same virtualenv directory would be the best way to go. So, I am installing geonode 2.8.0 in a fresh Ubuntu 16.04 Virtual  Machine following the guide in here (<a href="http://docs.geonode.org/en/master/tutorials/install_and_admin/geonode_install/setup_configure_httpd.html">http://docs.geonode.org/en/master/tutorials/install_and_admin/geonode_install/setup_configure_httpd.html</a>) according to Toni Schonbuchner directions and next, I will install geonode-project dev in the same virtualenv directory, the location of geonode long-term production. <br><br></div>Thank you all for your help, time and patience.<br><br></div>I appreciated it <br><br></div>Julierme<br></div><div class="gmail_extra"><br><div class="gmail_quote">2018-04-26 1:50 GMT-03:00 Dave Kennewell <span dir="ltr"><<a href="mailto:davekennewell@gmail.com" target="_blank">davekennewell@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Julierme, <div><br></div><div>Well, I learned now just how many Django apps use a sqlite database for the backend... sorry about all the noise from that command. The answer was actually already there, in the settings.DATABASES variable - "

<span style="color:rgb(80,0,80);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">/etc/julierme_virtualenv/my_</span><span style="color:rgb(80,0,80);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">ge<wbr>onode/local/lib/python2.7/</span><span style="color:rgb(80,0,80);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">site<wbr>-packages/geonode/</span><span style="color:rgb(80,0,80);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">development.<wbr>db"</span></div><div><br></div><div>It seems you're still hitting the geonode development database, your settings file is not being picked up by django. </div><div><br></div><div>This is likely some combination of your virtualenv, your wsgi & apache setup and your geonode-project template. Honestly this is hard to resolve over email, sorry. </div><div><br></div><div>You can either share your code, get someone local who is experienced with Django to help, or, if you're on a cloud or virtualised server, rebuild and check things step-by-step to see where they go wrong. </div><div><br></div><div>If you are on a virtualised server, and geonode is the only application being served from that Operating System, you might want to keep things simple and skip the usage of a virtual environment.</div><div><br></div><div>Let us know how you get on</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Dave</div><div><br></div></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On 23 April 2018 at 18:26, Julierme Pinheiro <span dir="ltr"><<a href="mailto:juliermeopensourcedeveloper@gmail.com" target="_blank">juliermeopensourcedeveloper@<wbr>gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hi Dave Kennewell,<br><br></div>greetings from Brazil. <br><br></div>The grep just finished. The response is many settings. py files.<br><br> My first attempt, I chose one that is in /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/pinax/projects/basic_proje<wbr>ct/ <br><br></div>I commented out the configuration:<br><br>#DATABASES = {<br>#    "default": {<br>#        "ENGINE": "django.db.backends.sqlite3", # Add "postgresql_psycopg2", "postgresql", "mysql", "sqlite3" or "oracle".<br>#        "NAME": "dev.db",                     <wbr>  # Or path to database file if using sqlite3.<br>#        "USER": "",                           <wbr>  # Not used with sqlite3.<br>#        "PASSWORD": "",                         # Not used with sqlite3.<br>#        "HOST": "",                           <wbr>  # Set to empty string for localhost. Not used with sqlite3.<br>#        "PORT": "",                           <wbr>  # Set to empty string for default. Not used with sqlite3.<br>#    }<br>#}<br><br><br><div>RESPONSE to settings.DATABASES<span><br><br> {'default': {'ENGINE': 'django.db.backends.sqlite3', 'ATOMIC_REQUESTS': False, 'CONN_MAX_AGE': 600, 'HOST': '', 'USER': '', 'PASSWORD': '', 'OPTIONS': {}, 'AUTOCOMMIT': True, 'NAME': '/etc/julierme_virtualenv/my_g<wbr>eonode/local/lib/python2.7/sit<wbr>e-packages/geonode/development<wbr>.db', 'TIME_ZONE': 'UTC', 'PORT': '', 'TEST': {'COLLATION': None, 'CHARSET': None, 'NAME': None, 'MIRROR': None}}}<br><br><br></span></div><div>Second attempt:<br><br><br><br>DATABASES = {<br>    "default": {<br>        "ENGINE": "django.db.backends.postgresql<wbr>_psycopg2",                    # Add "postgresql_psycopg2", "postgresql", "mysql", "sqlite3" or "oracle".<br>        "NAME": "geonode",                    <wbr>                                                    # Or path to database file if using sqlite3.<br>        "USER": "geonode",                    <wbr>                                                    # Not used with sqlite3.<br>        "PASSWORD": "DBImAITC",                                                          # Not used with sqlite3.<br>        "HOST": "localhost",                  <wbr>                                                    # Set to empty string for localhost. Not used with sqlite3.<br>        "PORT": "5432",                       <wbr>                              <wbr>                       # Set to empty string for default. Not used with sqlite3.<br>    }<br>}<br><br></div><div>RESPONSE to settings.DATABASES<span><br><br> {'default': {'ENGINE': 'django.db.backends.sqlite3', 'ATOMIC_REQUESTS':
 False, 'CONN_MAX_AGE': 600, 'HOST': '', 'USER': '', 'PASSWORD': '', 
'OPTIONS': {}, 'AUTOCOMMIT': True, 'NAME': 
'/etc/julierme_virtualenv/my_g<wbr>eonode/local/lib/python2.7/sit<wbr>e-packages/geonode/development<wbr>.db',
 'TIME_ZONE': 'UTC', 'PORT': '', 'TEST': {'COLLATION': None, 'CHARSET': 
None, 'NAME': None, 'MIRROR': None}}}<br><br><br></span></div><div><br></div><div>Bellow find the response to the whole <code>< </code><code style="margin:0px;padding:0px;border:0px none;font-style:inherit;font-variant:inherit;font-weight:inherit;font-stretch:inherit;line-height:inherit;font-family:Consolas,Menlo,Monaco,"Lucida Console","Liberation Mono","DejaVu Sans Mono","Bitstream Vera Sans Mono","Courier New",monospace,sans-serif;font-size:13px;vertical-align:baseline;box-sizing:inherit;background-color:rgb(239,240,241);white-space:inherit">grep -r "django.db.backends.sqlite3" "/" > command. Do you suggest a change for any of the settings.py listed in the grep?<br><br></code></div><div><code style="margin:0px;padding:0px;border:0px none;font-style:inherit;font-variant:inherit;font-weight:inherit;font-stretch:inherit;line-height:inherit;font-family:Consolas,Menlo,Monaco,"Lucida Console","Liberation Mono","DejaVu Sans Mono","Bitstream Vera Sans Mono","Courier New",monospace,sans-serif;font-size:13px;vertical-align:baseline;box-sizing:inherit;background-color:rgb(239,240,241);white-space:inherit">/etc/... is related to my_geonode (Geonode-Project Dev) and /usr/... is related to my Geonode (Apt-get) long-term project.<br></code></div><div><code style="margin:0px;padding:0px;border:0px none;font-style:inherit;font-variant:inherit;font-weight:inherit;font-stretch:inherit;line-height:inherit;font-family:Consolas,Menlo,Monaco,"Lucida Console","Liberation Mono","DejaVu Sans Mono","Bitstream Vera Sans Mono","Courier New",monospace,sans-serif;font-size:13px;vertical-align:baseline;box-sizing:inherit;background-color:rgb(239,240,241);white-space:inherit"><br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/dj_database_url.pyc matches<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/oauth2_provider/tests/<wbr>settings.pyc matches<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/oauth2_provider/tests/<wbr>settings.py:        'ENGINE': 'django.db.backends.sqlite3',<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/rest_framework_nested/<wbr>runtests/settings.pyc matches<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/rest_framework_nested/<wbr>runtests/settings.py:        'ENGINE': 'django.db.backends.sqlite3',  # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3', 'oracle'.<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/Django-1.8.19.dist-info/<wbr>RECORD:django/db/backends/<wbr>sqlite3/__init__.py,sha256=<wbr>47DEQpj8HBSa-_TImW-5JCeuQeRkm5<wbr>NMpJWZG3hSuFU,0<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/Django-1.8.19.dist-info/<wbr>RECORD:django/db/backends/<wbr>sqlite3/base.py,sha256=<wbr>Pe0K8CP7vI_7ZvzdqfIxlYESjVGU-T<wbr>AU5LUhX2rDtk0,17462<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/Django-1.8.19.dist-info/<wbr>RECORD:django/db/backends/<wbr>sqlite3/client.py,sha256=Rg8Bw<wbr>fj68kI78bjH2bEDQfAL008rCegtk7g<wbr>Iqg3NpFU,305<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/Django-1.8.19.dist-info/<wbr>RECORD:django/db/backends/<wbr>sqlite3/creation.py,sha256=7by<wbr>YbLiaJKs7yvTLkMa36J2eD7kPlHBOV<wbr>a8mvpBRq7U,3297<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/Django-1.8.19.dist-info/<wbr>RECORD:django/db/backends/<wbr>sqlite3/features.py,sha256=<wbr>G9NPPhgpknJBUrj0-pn8tHgBO5Thge<wbr>W6HEJ1KwdXshw,2631<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/Django-1.8.19.dist-info/<wbr>RECORD:django/db/backends/<wbr>sqlite3/introspection.py,<wbr>sha256=ROCqblFqWMBo4AhqHTKNZq5<wbr>BRFy_2LguFd9AEmSwn20,11019<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/Django-1.8.19.dist-info/<wbr>RECORD:django/db/backends/<wbr>sqlite3/operations.py,sha256=O<wbr>v8yrILHFrmWiNU3E3PHmDjny2QgL16<wbr>ujUk9OWazEi0,8655<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/Django-1.8.19.dist-info/<wbr>RECORD:django/db/backends/<wbr>sqlite3/schema.py,sha256=uvPss<wbr>UfC8DxEzhgNkwgOBcMFmsTdw69hyxa<wbr>p_GvGpJg,11377<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/Django-1.8.19.dist-info/<wbr>RECORD:django/db/backends/<wbr>sqlite3/utils.py,sha256=x1hTKZ<wbr>rG2MkU5f7HUGnVXE3tJWXT4J6C528Q<wbr>zSAB03Q,389<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/Django-1.8.19.dist-info/<wbr>RECORD:django/db/backends/<wbr>sqlite3/base.pyc,,<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/Django-1.8.19.dist-info/<wbr>RECORD:django/db/backends/<wbr>sqlite3/operations.pyc,,<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/Django-1.8.19.dist-info/<wbr>RECORD:django/db/backends/<wbr>sqlite3/introspection.pyc,,<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/Django-1.8.19.dist-info/<wbr>RECORD:django/db/backends/<wbr>sqlite3/schema.pyc,,<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/Django-1.8.19.dist-info/<wbr>RECORD:django/db/backends/<wbr>sqlite3/client.pyc,,<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/Django-1.8.19.dist-info/<wbr>RECORD:django/db/backends/<wbr>sqlite3/features.pyc,,<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/Django-1.8.19.dist-info/<wbr>RECORD:django/db/backends/<wbr>sqlite3/__init__.pyc,,<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/Django-1.8.19.dist-info/<wbr>RECORD:django/db/backends/<wbr>sqlite3/utils.pyc,,<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/Django-1.8.19.dist-info/<wbr>RECORD:django/db/backends/<wbr>sqlite3/creation.pyc,,<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/treebeard/tests/settings.<wbr>pyc matches<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/treebeard/tests/settings.<wbr>py:            'ENGINE': 'django.db.backends.sqlite3',<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/testproject/settings.pyc matches<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/testproject/settings.py:  <wbr>      'ENGINE': 'django.db.backends.sqlite3',<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/geonode/contrib/geosites/<wbr>README.md:        'ENGINE': 'django.db.backends.sqlite3',<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/geonode/contrib/geosites/<wbr>site_template/local_settings_<wbr>template.py:        'ENGINE': 'django.db.backends.sqlite3',<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/geonode/geoserver/tests.<wbr>pyc matches<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/geonode/geoserver/tests.<wbr>py:                'ENGINE': 'django.db.backends.sqlite3',<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/geonode/tests/bdd/conftest<wbr>.py:            'ENGINE': 'django.db.backends.sqlite3',<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/geonode/tests/bdd/conftest<wbr>.pyc matches<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/dj_database_url.py:    'sqlite': 'django.db.backends.sqlite3',<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/dj_pagination/tests/settin<wbr>gs.pyc matches<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/dj_pagination/tests/settin<wbr>gs.py:        'ENGINE': 'django.db.backends.sqlite3',<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/pinax/projects/static_<wbr>project/settings.pyc matches<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/pinax/projects/static_<wbr>project/settings.py:        "ENGINE": "django.db.backends.sqlite3", # Add "postgresql_psycopg2", "postgresql", "mysql", "sqlite3" or "oracle".<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/pinax/projects/zero_projec<wbr>t/settings.pyc matches<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/pinax/projects/zero_projec<wbr>t/settings.py:        "ENGINE": "django.db.backends.sqlite3", # Add "postgresql_psycopg2", "postgresql", "mysql", "sqlite3" or "oracle".<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/pinax/projects/account_<wbr>project/settings.pyc matches<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/pinax/projects/account_<wbr>project/settings.py:        "ENGINE": "django.db.backends.sqlite3", # Add "postgresql_psycopg2", "postgresql", "mysql", "sqlite3" or "oracle".<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/pinax/projects/basic_proje<wbr>ct/settings.pyc matches<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/pinax/projects/basic_proje<wbr>ct/settings.py:        "ENGINE": "django.db.backends.sqlite3", # Add "postgresql_psycopg2", "postgresql", "mysql", "sqlite3" or "oracle".<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/pytest_django/db_reuse.pyc matches<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/pytest_django/live_server_<wbr>helper.pyc matches<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/pytest_django/db_reuse.py:<wbr>    if connection.settings_dict['ENGI<wbr>NE'] == 'django.db.backends.sqlite3':<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/pytest_django/live_server_<wbr>helper.py:            if (conn.settings_dict['ENGINE'] == 'django.db.backends.sqlite3' and<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/pytest_django/fixtures.py:<wbr>            if db_settings['ENGINE'] == 'django.db.backends.sqlite3':<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/pytest_django/fixtures.pyc matches<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/actstream/runtests/setting<wbr>s.pyc matches<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/actstream/runtests/manage.<wbr>pyc matches<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/actstream/runtests/setting<wbr>s.py:ENGINE = os.environ.get('DATABASE_ENGIN<wbr>E', 'django.db.backends.sqlite3')<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/actstream/runtests/manage.<wbr>py:engine = os.environ.get('DATABASE_ENGIN<wbr>E', 'django.db.backends.sqlite3')<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/actstream/runtests/manage.<wbr>py:    engine = 'django.db.backends.sqlite3'<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/django/db/backends/sqlite3<wbr>/__init__.pyc matches<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/django/db/backends/sqlite3<wbr>/schema.pyc matches<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/django/db/backends/sqlite3<wbr>/base.pyc matches<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/django/db/backends/sqlite3<wbr>/features.pyc matches<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/django/db/backends/sqlite3<wbr>/client.pyc matches<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/django/db/backends/sqlite3<wbr>/introspection.pyc matches<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/django/db/backends/sqlite3<wbr>/operations.pyc matches<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/django/db/backends/sqlite3<wbr>/utils.pyc matches<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/django/db/backends/sqlite3<wbr>/creation.pyc matches<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/django/contrib/gis/db/<wbr>backends/spatialite/features.<wbr>py:from django.db.backends.sqlite3.fea<wbr>tures import \<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/django/contrib/gis/db/<wbr>backends/spatialite/base.py:<wbr>from django.db.backends.sqlite3.bas<wbr>e import (<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/django/contrib/gis/db/<wbr>backends/spatialite/introspect<wbr>ion.py:from <a href="http://django.db.backends.sqlite3.int">django.db.backends.sqlite3.int</a><wbr>rospection import (<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/django/contrib/gis/db/<wbr>backends/spatialite/client.py:<wbr>from django.db.backends.sqlite3.cli<wbr>ent import DatabaseClient<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/django/contrib/gis/db/<wbr>backends/spatialite/operations<wbr>.py:from django.db.backends.sqlite3.ope<wbr>rations import DatabaseOperations<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/django/contrib/gis/db/<wbr>backends/spatialite/schema.pyc matches<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/django/contrib/gis/db/<wbr>backends/spatialite/base.pyc matches<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/django/contrib/gis/db/<wbr>backends/spatialite/adapter.<wbr>py:from django.db.backends.sqlite3.bas<wbr>e import Database<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/django/contrib/gis/db/<wbr>backends/spatialite/adapter.<wbr>pyc matches<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/django/contrib/gis/db/<wbr>backends/spatialite/schema.py:<wbr>from django.db.backends.sqlite3.sch<wbr>ema import DatabaseSchemaEditor<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/django/contrib/gis/db/<wbr>backends/spatialite/features.<wbr>pyc matches<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/django/contrib/gis/db/<wbr>backends/spatialite/client.pyc matches<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/django/contrib/gis/db/<wbr>backends/spatialite/introspect<wbr>ion.pyc matches<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/django/contrib/gis/db/<wbr>backends/spatialite/operations<wbr>.pyc matches<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/django/contrib/gis/db/<wbr>backends/spatialite/creation.<wbr>pyc matches<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/django/contrib/gis/db/<wbr>backends/spatialite/creation.<wbr>py:from django.db.backends.sqlite3.cre<wbr>ation import DatabaseCreation<br>Binary file /etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/django/conf/project_templa<wbr>te/project_name/settings.pyc matches<br>/etc/julierme_virtualenv/my_ge<wbr>onode/lib/python2.7/site-packa<wbr>ges/django/conf/project_templa<wbr>te/project_name/settings.py:  <wbr>      'ENGINE': 'django.db.backends.sqlite3',<br>grep: /run/user/1000/gvfs: Permission denied<br>Binary file /run/log/journal/18ac8792d3244<wbr>91caeaf131039b9cd97/system.<wbr>journal matches<br>/usr/local/lib/python2.7/dist-<wbr>packages/geonode/contrib/geosi<wbr>tes/README.md:        'ENGINE': 'django.db.backends.sqlite3',<br>/usr/local/lib/python2.7/dist-<wbr>packages/geonode/contrib/geosi<wbr>tes/site_template/local_settin<wbr>gs_template.py:        'ENGINE': 'django.db.backends.sqlite3',<br>Binary file /usr/local/lib/python2.7/dist-<wbr>packages/geonode/geoserver/tes<wbr>ts.pyc matches<br>/usr/local/lib/python2.7/dist-<wbr>packages/geonode/geoserver/tes<wbr>ts.py:                'ENGINE': 'django.db.backends.sqlite3',<br>/usr/local/lib/python2.7/dist-<wbr>packages/geonode/tests/bdd/con<wbr>ftest.py:            'ENGINE': 'django.db.backends.sqlite3',<br>Binary file /usr/local/lib/python2.7/dist-<wbr>packages/geonode/tests/bdd/con<wbr>ftest.pyc matches<br>Binary file /usr/lib/python2.7/dist-packag<wbr>es/dj_database_url.pyc matches<br>Binary file /usr/lib/python2.7/dist-packag<wbr>es/oauth2_provider/tests/<wbr>settings.pyc matches<br>/usr/lib/python2.7/dist-packag<wbr>es/oauth2_provider/tests/<wbr>settings.py:        'ENGINE': 'django.db.backends.sqlite3',<br>Binary file /usr/lib/python2.7/dist-packag<wbr>es/rest_framework_nested/<wbr>runtests/settings.pyc matches<br>/usr/lib/python2.7/dist-packag<wbr>es/rest_framework_nested/<wbr>runtests/settings.py:        'ENGINE': 'django.db.backends.sqlite3',  # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3', 'oracle'.<br>Binary file /usr/lib/python2.7/dist-packag<wbr>es/treebeard/tests/settings.<wbr>pyc matches<br>/usr/lib/python2.7/dist-packag<wbr>es/treebeard/tests/settings.<wbr>py:            'ENGINE': 'django.db.backends.sqlite3',<br>Binary file /usr/lib/python2.7/dist-packag<wbr>es/testproject/settings.pyc matches<br>/usr/lib/python2.7/dist-packag<wbr>es/testproject/settings.py:   <wbr>     'ENGINE': 'django.db.backends.sqlite3',<br>/usr/lib/python2.7/dist-packag<wbr>es/dj_database_url.py:    'sqlite': 'django.db.backends.sqlite3',<br>Binary file /usr/lib/python2.7/dist-packag<wbr>es/dj_pagination/tests/setting<wbr>s.pyc matches<br>/usr/lib/python2.7/dist-packag<wbr>es/dj_pagination/tests/setting<wbr>s.py:        'ENGINE': 'django.db.backends.sqlite3',<br>Binary file /usr/lib/python2.7/dist-packag<wbr>es/actstream/runtests/settings<wbr>.pyc matches<br>Binary file /usr/lib/python2.7/dist-packag<wbr>es/actstream/runtests/manage.<wbr>pyc matches<br>/usr/lib/python2.7/dist-packag<wbr>es/actstream/runtests/settings<wbr>.py:ENGINE = os.environ.get('DATABASE_ENGIN<wbr>E', 'django.db.backends.sqlite3')<br>/usr/lib/python2.7/dist-packag<wbr>es/actstream/runtests/manage.<wbr>py:engine = os.environ.get('DATABASE_ENGIN<wbr>E', 'django.db.backends.sqlite3')<br>/usr/lib/python2.7/dist-packag<wbr>es/actstream/runtests/manage.<wbr>py:    engine = 'django.db.backends.sqlite3'<br>Binary file /usr/lib/python2.7/dist-packag<wbr>es/django/db/backends/sqlite3/<wbr>__init__.pyc matches<br>Binary file /usr/lib/python2.7/dist-packag<wbr>es/django/db/backends/sqlite3/<wbr>schema.pyc matches<br>Binary file /usr/lib/python2.7/dist-packag<wbr>es/django/db/backends/sqlite3/<wbr>base.pyc matches<br>Binary file /usr/lib/python2.7/dist-packag<wbr>es/django/db/backends/sqlite3/<wbr>features.pyc matches<br>Binary file /usr/lib/python2.7/dist-packag<wbr>es/django/db/backends/sqlite3/<wbr>client.pyc matches<br>Binary file /usr/lib/python2.7/dist-packag<wbr>es/django/db/backends/sqlite3/<wbr>introspection.pyc matches<br>Binary file /usr/lib/python2.7/dist-packag<wbr>es/django/db/backends/sqlite3/<wbr>operations.pyc matches<br>Binary file /usr/lib/python2.7/dist-packag<wbr>es/django/db/backends/sqlite3/<wbr>utils.pyc matches<br>Binary file /usr/lib/python2.7/dist-packag<wbr>es/django/db/backends/sqlite3/<wbr>creation.pyc matches<br>/usr/lib/python2.7/dist-packag<wbr>es/django/contrib/gis/db/<wbr>backends/spatialite/features.<wbr>py:from django.db.backends.sqlite3.fea<wbr>tures import \<br>/usr/lib/python2.7/dist-packag<wbr>es/django/contrib/gis/db/<wbr>backends/spatialite/base.py:<wbr>from django.db.backends.sqlite3.bas<wbr>e import (<br>/usr/lib/python2.7/dist-packag<wbr>es/django/contrib/gis/db/<wbr>backends/spatialite/introspect<wbr>ion.py:from <a href="http://django.db.backends.sqlite3.int">django.db.backends.sqlite3.int</a><wbr>rospection import (<br>/usr/lib/python2.7/dist-packag<wbr>es/django/contrib/gis/db/<wbr>backends/spatialite/client.py:<wbr>from django.db.backends.sqlite3.cli<wbr>ent import DatabaseClient<br>/usr/lib/python2.7/dist-packag<wbr>es/django/contrib/gis/db/<wbr>backends/spatialite/operations<wbr>.py:from django.db.backends.sqlite3.ope<wbr>rations import DatabaseOperations<br>Binary file /usr/lib/python2.7/dist-packag<wbr>es/django/contrib/gis/db/<wbr>backends/spatialite/schema.pyc matches<br>Binary file /usr/lib/python2.7/dist-packag<wbr>es/django/contrib/gis/db/<wbr>backends/spatialite/base.pyc matches<br>/usr/lib/python2.7/dist-packag<wbr>es/django/contrib/gis/db/<wbr>backends/spatialite/adapter.<wbr>py:from django.db.backends.sqlite3.bas<wbr>e import Database<br>Binary file /usr/lib/python2.7/dist-packag<wbr>es/django/contrib/gis/db/<wbr>backends/spatialite/adapter.<wbr>pyc matches<br>/usr/lib/python2.7/dist-packag<wbr>es/django/contrib/gis/db/<wbr>backends/spatialite/schema.py:<wbr>from django.db.backends.sqlite3.sch<wbr>ema import DatabaseSchemaEditor<br>Binary file /usr/lib/python2.7/dist-packag<wbr>es/django/contrib/gis/db/<wbr>backends/spatialite/features.<wbr>pyc matches<br>Binary file /usr/lib/python2.7/dist-packag<wbr>es/django/contrib/gis/db/<wbr>backends/spatialite/client.pyc matches<br>Binary file /usr/lib/python2.7/dist-packag<wbr>es/django/contrib/gis/db/<wbr>backends/spatialite/introspect<wbr>ion.pyc matches<br>Binary file /usr/lib/python2.7/dist-packag<wbr>es/django/contrib/gis/db/<wbr>backends/spatialite/operations<wbr>.pyc matches<br>Binary file /usr/lib/python2.7/dist-packag<wbr>es/django/contrib/gis/db/<wbr>backends/spatialite/creation.<wbr>pyc matches<br>/usr/lib/python2.7/dist-packag<wbr>es/django/contrib/gis/db/<wbr>backends/spatialite/creation.<wbr>py:from django.db.backends.sqlite3.cre<wbr>ation import DatabaseCreation<br>Binary file /usr/lib/python2.7/dist-packag<wbr>es/django/conf/project_templat<wbr>e/project_name/settings.pyc matches<br>/usr/lib/python2.7/dist-packag<wbr>es/django/conf/project_templat<wbr>e/project_name/settings.py:   <wbr>     'ENGINE': 'django.db.backends.sqlite3',<br></code></div><div><br></div><div>Thank you for your time and help.<br><br></div><div>Best regards<br><br></div><div>Julierme<br></div><div><br></div><div><br><br><br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="m_2820838070216870127h5">2018-04-19 12:03 GMT-03:00 Dave Kennewell <span dir="ltr"><<a href="mailto:davekennewell@gmail.com" target="_blank">davekennewell@gmail.com</a>></span>:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="m_2820838070216870127h5"><div dir="ltr">OK, great Julierme, we're getting there! <div><br></div><div>I'm guessing you want to run Django & geonode from this virtualenv, so let's figure that out. </div><div><br></div><div>You need to find in which settings file sets the "django.db.backends.sqlite3" in your code, and then comment this section out. </div><div><br></div><div>If you can't find it, try something like: </div><div><br></div><div>

<pre style="margin:0px 0px 1em;padding:5px;border:0px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:inherit;font-variant-east-asian:inherit;font-weight:400;font-stretch:inherit;line-height:inherit;font-family:Consolas,Menlo,Monaco,"Lucida Console","Liberation Mono","DejaVu Sans Mono","Bitstream Vera Sans Mono","Courier New",monospace,sans-serif;font-size:13px;vertical-align:baseline;box-sizing:inherit;width:auto;max-height:600px;overflow:auto;background-color:rgb(239,240,241);word-wrap:normal;color:rgb(17,17,17);letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;word-spacing:0px;text-decoration-style:initial;text-decoration-color:initial"><code style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-stretch:inherit;line-height:inherit;font-family:Consolas,Menlo,Monaco,"Lucida Console","Liberation Mono","DejaVu Sans Mono","Bitstream Vera Sans Mono","Courier New",monospace,sans-serif;font-size:13px;vertical-align:baseline;box-sizing:inherit;background-color:rgb(239,240,241);white-space:inherit">grep -r "django.db.backends.sqlite3" "/"</code></pre>which will search all files under your root directory "/" for this text. You might need a coffee while you wait, and might need to use sudo to avoid getting a bunch of "permission denied" messages.

<br></div></div><div class="m_2820838070216870127m_852112201172543595HOEnZb"><div class="m_2820838070216870127m_852112201172543595h5"><div class="gmail_extra"><br><div class="gmail_quote">On 19 April 2018 at 18:42, Julierme Pinheiro <span dir="ltr"><<a href="mailto:juliermeopensourcedeveloper@gmail.com" target="_blank">juliermeopensourcedeveloper@g<wbr>mail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><span style="color:rgb(32,18,77)"><font size="4">Looking at the ALLOWED_HOSTS and PROXY_ALLOWED_HOSTS in the settings.py in my_geonode (Geonode-project DEV)<br><br>ALLOWED_HOSTS = ['localhost', 'django', '172.21.14.45'] if os.getenv('ALLOWED_HOSTS') is None \<br>    else re.split(r' *[,|:|;] *', os.getenv('ALLOWED_HOSTS'))<br><br>PROXY_ALLOWED_HOSTS += ('<a href="http://nominatim.openstreetmap.org" target="_blank">nominatim.openstreetmap.org</a>'<wbr>, '172.21.14.45',)<br><br></font></span></div><span style="color:rgb(32,18,77)"><font size="4">I am not sure if that configuration is missing something.<br><br></font></span></div><span style="color:rgb(32,18,77)"><font size="4">Kind regards<span class="m_2820838070216870127m_852112201172543595m_-8951233842145145436HOEnZb"><font color="#888888"><br><br></font></span></font></span></div><span class="m_2820838070216870127m_852112201172543595m_-8951233842145145436HOEnZb"><font color="#888888"><span style="color:rgb(32,18,77)"><font size="4">Julierme</font></span><br><div><div><div><br></div></div></div></font></span></div><div class="m_2820838070216870127m_852112201172543595m_-8951233842145145436HOEnZb"><div class="m_2820838070216870127m_852112201172543595m_-8951233842145145436h5"><div class="gmail_extra"><br><div class="gmail_quote">2018-04-19 11:17 GMT-03:00 Julierme Pinheiro <span dir="ltr"><<a href="mailto:juliermeopensourcedeveloper@gmail.com" target="_blank">juliermeopensourcedeveloper@g<wbr>mail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><span style="color:rgb(53,28,117)"><font size="4">Dear Toni Schonbuchner and Dave Kennewell,<br><br></font></span></div><span style="color:rgb(53,28,117)"><font size="4">Thank you very much for your reply. <br><br></font></span></div><span style="color:rgb(53,28,117)"><font size="4">First if I did not misunderstand Toni suggestion, I tried the following:<br><b><br></b></font></span></div><span style="color:rgb(53,28,117)"><font size="4"><b>1 - Commenting out <<span style="font-family:Helvetica;font-style:normal;font-variant-caps:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"># ENGINE': '', # Empty ENGINE name disables</span>> from local_settings.py in my_geonode (Geonode-Project Dev virtualenv)</b><br><br></font></span></div><span style="color:rgb(53,28,117)"><font size="4">Result: the problem remains<br><br></font></span></div><span style="color:rgb(53,28,117)"><font size="4"><b>2 - Uncommenting out <<span style="font-family:Helvetica;font-style:normal;font-variant-caps:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"> ENGINE': '', # Empty ENGINE name disables</span>> from local_settings.py in my_geonode (Geonode-Project Dev virtualenv) and inserting the line <<span style="font-family:Helvetica;font-style:normal;font-variant-caps:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline"> ENGINE': '', # Empty ENGINE name disables</span>> in local_settings.py from Geonode (Geonode apt-get)</b>.<br><br></font></span></div><div><span style="color:rgb(53,28,117)"><font size="4">Result: the problem remains<br><br></font></span></div><div><span style="color:rgb(53,28,117)"><font size="4">However, I got a new response to Dave Kennewell suggestion after activating my_geonode virtualenv:<br><br><b>settings.DATABASES</b><br>{'default': {'ENGINE': 'django.db.backends.sqlite3', 'ATOMIC_REQUESTS': False, 'CONN_MAX_AGE': 600, 'HOST': '', 'USER': '', 'PASSWORD': '', 'OPTIONS': {}, 'AUTOCOMMIT': True, 'NAME': '/etc/julierme_virtualenv/my_g<wbr>eonode/local/lib/python2.7/sit<wbr>e-packages/geonode/development<wbr>.db', 'TIME_ZONE': 'UTC', 'PORT': '', 'TEST': {'COLLATION': None, 'CHARSET': None, 'NAME': None, 'MIRROR': None}}}<br><br></font></span></div><div><span style="color:rgb(53,28,117)"><font size="4">I think there is no database being used.<br><br></font></span></div><div><span style="color:rgb(53,28,117)"><font size="4">I also have to make some few notes:<br><br></font></span></div><div><span style="color:rgb(53,28,117)"><font size="4"><b>1 - ALLOWED_HOSTS, PROXY_ALLOWED_HOSTS and POSTGIS_VERSION are commented out in local_settings.py in my_geonode (Geonode-Project Dev)</b><br><br></font></span></div><div><span style="color:rgb(53,28,117)"><font size="4"><b>2 - Geoserver Port is 8080 in Geonode(apt-get) and 6060  in my_geonode(Geonode-Project Dev), but both are running fine.</b><br><br><br></font></span></div><div><span style="color:rgb(53,28,117)"><font size="4">Thank you very much for your time and patience.<br><br></font></span></div><div><span style="color:rgb(53,28,117)"><font size="4">I appreciated it.<span class="m_2820838070216870127m_852112201172543595m_-8951233842145145436m_-2980097560109266067HOEnZb"><font color="#888888"><br><br></font></span></font></span></div><span class="m_2820838070216870127m_852112201172543595m_-8951233842145145436m_-2980097560109266067HOEnZb"><font color="#888888"><div><span style="color:rgb(53,28,117)"><font size="4">Julierme<br></font></span></div><div><br><br><br><br></div><div><div><div><div><div><div><div><br></div></div></div></div></div></div></div></font></span></div><div class="m_2820838070216870127m_852112201172543595m_-8951233842145145436m_-2980097560109266067HOEnZb"><div class="m_2820838070216870127m_852112201172543595m_-8951233842145145436m_-2980097560109266067h5"><div class="gmail_extra"><br><div class="gmail_quote">2018-04-19 4:29 GMT-03:00 Toni Schönbuchner <span dir="ltr"><<a href="mailto:toni.schoenbuchner@csgis.de" target="_blank">toni.schoenbuchner@csgis.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word;line-break:after-white-space">Dear Julierme,<div><br></div><div>I haven´t followed the whole thread but have a look at this comment:</div><div><br></div><div>       'ENGINE': '', # Empty ENGINE name disables</div><div><br></div><div>See if things change if you set ENGINE to geonode in your project.</div><div><br></div><div>Best regards,</div><div><br></div><div>Toni</div><div><br><div>
<div style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word"><div style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word"><div style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word"><div style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word"><div style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word"><div><div style="word-wrap:break-word"><div><div>------------------------------<wbr>-----------------</div><div>CSGIS</div><div><br></div><div>------------------------------<wbr>-----------------</div><div><div><a href="https://maps.google.com/?q=Kolonnadenstra%C3%9Fe+1+04109+Leipzig&entry=gmail&source=g" target="_blank">Kolonnadenstraße 1</a></div><div><a href="https://maps.google.com/?q=Kolonnadenstra%C3%9Fe+1+04109+Leipzig&entry=gmail&source=g" target="_blank">04109 Leipzig</a></div></div><div>------------------------------<wbr>-----------------</div><div>Mobil<span class="m_2820838070216870127m_852112201172543595m_-8951233842145145436m_-2980097560109266067m_-174495985107969686m_-104820682628425565Apple-tab-span" style="white-space:pre-wrap">      </span>+49/ (0) 176 6680 3198</div><div>Tel <span class="m_2820838070216870127m_852112201172543595m_-8951233842145145436m_-2980097560109266067m_-174495985107969686m_-104820682628425565Apple-tab-span" style="white-space:pre-wrap">              </span>+49/ (0) 341 24 04 738</div><div>Fax <span class="m_2820838070216870127m_852112201172543595m_-8951233842145145436m_-2980097560109266067m_-174495985107969686m_-104820682628425565Apple-tab-span" style="white-space:pre-wrap">              </span>+49/ (0) 341 24 04 73</div><div>Web<span class="m_2820838070216870127m_852112201172543595m_-8951233842145145436m_-2980097560109266067m_-174495985107969686m_-104820682628425565Apple-tab-span" style="white-space:pre-wrap">         </span><a href="http://csgis.de" target="_blank">http://csgis.de</a></div><div>------------------------------<wbr>-----------------</div><div><br></div><div>Hinweis gemäß § 33 BDSG</div><div>Daten der Verfahrensbeteiligten werden gespeichert. Dieses Dokument ist ausschließlich für den </div><div>Adressaten bestimmt. Der Inhalt der E-Mail ist vertraulich. Falls Sie diese E-Mail versehentlich </div><div>erhalten haben, rufen Sie uns unter obiger Rufnummer umgehend an und löschen Sie diese Nachricht </div><div>von Ihrem Computer. Jegliche Art von Reproduktionen, Verbreitung, Vervielfältigung, Veränderung, </div><div>Verteilung und/oder Veröffentlichung dieser E-Mail ist verboten.</div></div></div></div></div></div></div></div></div>
</div>
<div><br><blockquote type="cite"><div>Am 18.04.2018 um 21:13 schrieb <a href="mailto:geonode-users-request@lists.osgeo.org" target="_blank">geonode-users-request@lists.os<wbr>geo.org</a>:</div><br class="m_2820838070216870127m_852112201172543595m_-8951233842145145436m_-2980097560109266067m_-174495985107969686m_-104820682628425565Apple-interchange-newline"><div><span style="font-family:Helvetica;font-size:12px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline!important">       'ENGINE': '', # Empty ENGINE name disables</span></div></blockquote></div><br></div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div><br></div></div>______________________________<wbr>_________________<br>
geonode-users mailing list<br>
<a href="mailto:geonode-users@lists.osgeo.org" target="_blank">geonode-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/geonode-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailma<wbr>n/listinfo/geonode-users</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br></div>
</div></div><br>______________________________<wbr>_________________<br>
geonode-users mailing list<br>
<a href="mailto:geonode-users@lists.osgeo.org">geonode-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/geonode-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/geonode-users</a><br>
<br></blockquote></div><br></div>