<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta content="text/html; charset=utf-8">
</head>
<body>
<div style="font-size:10pt">
<div dir="ltr" style="margin-top:0; margin-bottom:0">I had exactly the same issue today when attempting to modify the geonode styling.</div>
<div dir="ltr" style="margin-top:0; margin-bottom:0"><br>
</div>
<div dir="ltr" style="margin-top:0; margin-bottom:0">Replace django-admin with <a href="http://django-admin.py">
django-admin.py</a> and it worked correctly.</div>
<div dir="ltr" style="margin-top:0; margin-bottom:0"><br>
</div>
<div id="SignatureBox" dir="ltr" style="margin-top:0; margin-bottom:0">
<div dir="ltr" style="margin-top:0; margin-bottom:0; font-size:9pt; font-style:italic">
This was sent using a LG Mobile. On O2</div>
</div>
</div>
<div style="font-size:10pt">
<div dir="auto" style="margin-top:0; margin-bottom:0"><br>
</div>
<div dir="auto" style="margin-top:0; margin-bottom:0">------ Original message------</div>
<div dir="auto" style="margin-top:0; margin-bottom:0"><b>From: </b>Carlo Di Michele</div>
<div dir="auto" style="margin-top:0; margin-bottom:0"><b>Date: </b>Wed, 15 Jun 2016 19:04</div>
<div dir="auto" style="margin-top:0; margin-bottom:0"><b>To: </b>geonode-users;</div>
<div dir="auto" style="margin-top:0; margin-bottom:0"><b>Cc: </b></div>
<div dir="auto" style="margin-top:0; margin-bottom:0"><b>Subject:</b>[GeoNode-users] Create Geonode-Project Problem</div>
<div dir="auto" style="margin-top:0; margin-bottom:0"><br>
</div>
</div>
<div>
<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>
</div>
</body>
</html>