<div dir="ltr"><div><div><div><div>Hello,<br></div>I've a clean installation of geonode 2.4. using the quick install.<br><br></div>Everything works fine.<br><br></div>Now I wish to create an app using Geonode-Project 2.4 and I'm facing the following problem typing:<br></div><pre>$ django-admin startproject my_geonode --template=<a href="https://github.com/GeoNode/geonode-project/archive/2.4.zip">https://github.com/GeoNode/geonode-project/archive/2.4.zip</a> -epy,rst<br><br></pre><pre>The error message is:<br>The program 'django-admin' is currently not installed. You can install it by typing:<br>sudo apt-get install python-django<br><br></pre><div>So I type:<br>sudo apt-get install python-django<br></div><div><br></div><div>and the message is:<br>Reading package lists... Done<br>Building dependency tree       <br>Reading state information... Done<br>python-django is already the newest version.<br>0 upgraded, 0 newly installed, 0 to remove and 137 not upgraded.<br><br></div><div>Typing again:<br><pre>$ django-admin startproject my_geonode --template=<a href="https://github.com/GeoNode/geonode-project/archive/2.4.zip">https://github.com/GeoNode/geonode-project/archive/2.4.zip</a> -epy,rst<br><br></pre><pre>Again The error message is:<br>The program 'django-admin' is currently not installed. You can install it by typing:<br>sudo apt-get install python-django<br><br></pre>------------------------------------------------------------------------------------<br><br></div><div>If I skip the $ django-admin startproject my_geonode --template=htt........ and I go directly to:<br>$ sudo pip install -e my_geonode<br><br><br></div><div>The message is:<br>my_geonode should either be a path to a local project or a VCS url beginning with svn+, git+, hg+, or bzr+<br>Storing debug log for failure in /home/carlo/.pip/pip.log<br><br></div><div>--------------------------------------------------------------------------------------<br><br></div><div>Thanks for any hint.<br><br></div><div>Regards<br></div><div>Carlo<br></div></div>