<div dir="ltr"><div><div><div><div><div><div>Hi Simone Dalmasso and Paolo Corti<br><br></div>Yes, I think my issue could be related to the INSTALLED_APPS variable. Though I do not have line 348 <<span class="gmail-pl-c1">INSTALLED_APPS</span> <span class="gmail-pl-k">+=</span> (<span class="gmail-pl-s"><span class="gmail-pl-pds">'</span>geonode.contrib.ows_api<span class="gmail-pl-pds">'</span></span>,)> in the local_settings.py. <br><br></div>Passing a magnifying glass in the local_settings.py, I found the following INSTALLED_APPS:<br><br></div><b>Line 99</b> < INSTALLED_APPS += (NOTIFICATIONS_MODULE, )><br><br>NOTIFICATION_ENABLED is set to <b>FALSE, </b>so I think the IF is not executed<br><br><br></div><b>Line 322</b> < # INSTALLED_APPS += ('geonode-client', )><br><br></div>INSTALLED_APPS is commented out. <br><br><br><div><b>Line 331</b> <# INSTALLED_APPS += ('geonode_mapstore_client', )><br><br></div>INSTALLED_APPS is commented out. <br><br><br><div><b>Line 412</b> <# if 'geonode.geoserver' in INSTALLED_APPS:><br><br></div>INSTALLED_APPS is commented out. <br><br><br><b>Line 517</b> < if 'geonode.contrib.monitoring' not in INSTALLED_APPS:><br><br>MONITORING_ENABLED is set to <b>TRUE in line 516, </b>so I think the IF is executed in <b>line 517</b> and <b>line 518</b> is executed too.<br></div><div><br><b>Line 559</b> <INSTALLED_APPS = INSTALLED_APPS + ('my_geonode',)><br><br></div><div><br>I got very confused in this local_settings file. I wonder if I can set <b>line 559</b> before <b>line 517 </b>in order to fix the problem. Could you give me a clue on what is going wrong, please? I am also sending the local_settings.py in attached.<br><br></div><div>Thank you for your time and patience in advance.<br><br></div><div>I appreciated it<br><br></div><div>Julierme  <br></div><div><br></div><div><br><br><div><div><br><br><div><br><br></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2018-05-04 13:05 GMT-03:00 Paolo Corti <span dir="ltr"><<a href="mailto:pcorti@gmail.com" target="_blank">pcorti@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Julierme<br>
<br>
It looks like you are using the (recommended approach) of using a geonode<br>
project.<br>
<br>
This is caused by this line in geonode-project:<br>
<a href="https://github.com/GeoNode/geonode-project/blob/2.8.0/project_name/settings.py#L348" rel="noreferrer" target="_blank">https://github.com/GeoNode/<wbr>geonode-project/blob/2.8.0/<wbr>project_name/settings.py#L348</a><br>
<br>
we will need to fix this, meanwhile you can remove that line in your<br>
instance<br>
best<br>
Paolo<br>
On Fri, May 4, 2018 at 4:52 AM Simone Dalmasso <<a href="mailto:simone.dalmasso@gmail.com">simone.dalmasso@gmail.com</a>><br>
wrote:<br>
<div class="HOEnZb"><div class="h5"><br>
> Hi, check if in your settings.INSTALLED_APPS you have the<br>
'geonode.contrib.ows_api' declared just once.<br>
<br>
> Hope this helps<br>
<br>
> 2018-05-03 22:20 GMT+02:00 Julierme Pinheiro <<br>
<a href="mailto:juliermeopensourcedeveloper@gmail.com">juliermeopensourcedeveloper@<wbr>gmail.com</a>>:<br>
<br>
>> Hi all,<br>
<br>
>> I am installing geonode 2.8.0 in an Ubuntu 16.04 machine following the<br>
installation guide in here. And I wonder if anybody has faced any issue<br>
with $ python manage.py migrate and $ python manage.py collectstatic as I<br>
have in:<br>
<br>
>> $ python manage.py migrate<br>
<br>
>> Traceback (most recent call last):<br>
>>    File "manage.py", line 31, in <module><br>
>>      execute_from_command_line(sys.<wbr>argv)<br>
>>    File<br>
"/root/Envs/geonode/local/lib/<wbr>python2.7/site-packages/<wbr>django/core/management/__init_<wbr>_.py",<br>
line 354, in execute_from_command_line<br>
>>      utility.execute()<br>
>>    File<br>
"/root/Envs/geonode/local/lib/<wbr>python2.7/site-packages/<wbr>django/core/management/__init_<wbr>_.py",<br>
line 328, in execute<br>
>>      django.setup()<br>
>>    File<br>
"/root/Envs/geonode/local/lib/<wbr>python2.7/site-packages/<wbr>django/__init__.py",<br>
line 18, in setup<br>
>>      apps.populate(settings.<wbr>INSTALLED_APPS)<br>
>>    File<br>
"/root/Envs/geonode/local/lib/<wbr>python2.7/site-packages/<wbr>django/apps/registry.py",<br>
line 89, in populate<br>
>>      "duplicates: %s" % app_config.label)<br>
>> django.core.exceptions.<wbr>ImproperlyConfigured: Application labels aren't<br>
unique, duplicates: ows_api<br>
<br>
<br>
>> $ python manage.py collectstatic<br>
<br>
>> Traceback (most recent call last):<br>
>>    File "manage.py", line 31, in <module><br>
>>      execute_from_command_line(sys.<wbr>argv)<br>
>>    File<br>
"/root/Envs/geonode/local/lib/<wbr>python2.7/site-packages/<wbr>django/core/management/__init_<wbr>_.py",<br>
line 354, in execute_from_command_line<br>
>>      utility.execute()<br>
>>    File<br>
"/root/Envs/geonode/local/lib/<wbr>python2.7/site-packages/<wbr>django/core/management/__init_<wbr>_.py",<br>
line 328, in execute<br>
>>      django.setup()<br>
>>    File<br>
"/root/Envs/geonode/local/lib/<wbr>python2.7/site-packages/<wbr>django/__init__.py",<br>
line 18, in setup<br>
>>      apps.populate(settings.<wbr>INSTALLED_APPS)<br>
>>    File<br>
"/root/Envs/geonode/local/lib/<wbr>python2.7/site-packages/<wbr>django/apps/registry.py",<br>
line 89, in populate<br>
>>      "duplicates: %s" % app_config.label)<br>
>> django.core.exceptions.<wbr>ImproperlyConfigured: Application labels aren't<br>
unique, duplicates: ows_api<br>
<br>
<br>
<br>
>> Thank you very much for your time and help in advance.<br>
<br>
>> Kind regards<br>
<br>
>> Julierme<br>
<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>
<br>
<br>
<br>
> --<br>
> Simone<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>
<br>
<br>
-- <br>
</div></div><span class="HOEnZb"><font color="#888888">Paolo Corti<br>
Geospatial software developer<br>
web: <a href="http://www.paolocorti.net" rel="noreferrer" target="_blank">http://www.paolocorti.net</a><br>
twitter: @capooti<br>
skype: capooti<br>
</font></span></blockquote></div><br></div>