Hi, just to add a note to the Amedeo's right answer, the Python manage is a command available for Geonode installed in Dev mode, while by default the Ubuntu package installs the command geonode available in any shell. <span></span><br><br>Il martedì 2 agosto 2016, Amedeo Fadini <<a href="mailto:amefad@gmail.com">amefad@gmail.com</a>> ha scritto:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Andrea,<br>
<br>
2016-08-01 12:22 GMT+02:00 Vianello Andrea <<a href="javascript:;" onclick="_e(event, 'cvml', 'Andrea.Vianello@eurac.edu')">Andrea.Vianello@eurac.edu</a>>:<br>
> Hi,<br>
><br>
[...]<br>
> In the geonode home there is no the file manage.py so I Tried to use the one<br>
> in<br>
> “/usr/lib/python2.7/dist-packages/django/conf/project_template/manage.py”,<br>
> is it correct?<br>
<br>
The command goenode updatelayers is an alias for django-admin, not manage.py<br>
<br>
the content of /usr/sbin/geonode in my installation (also ubuntu 14.04<br>
with ppa) is this:<br>
<br>
#!/bin/bash<br>
if hash django-admin 2>/dev/null; then<br>
    django-admin $@ --settings=geonode.settings<br>
else<br>
    django-admin.py $@ --settings=geonode.settings<br>
fi<br>
<br>
maybe you could try to create it  and make executable, or test the command<br>
<br>
The error "Could not import settings '{{ project_name }}.settings'"<br>
says that you didn't specify any project settings.<br>
<br>
Amedeo<br>
_______________________________________________<br>
geonode-users mailing list<br>
<a href="javascript:;" onclick="_e(event, 'cvml', 'geonode-users@lists.osgeo.org')">geonode-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/geonode-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/geonode-users</a><br>
</blockquote><br><br>-- <br>Simone <br>