[GeoNode-users] Create Geonode-Project Problem
Finnegan Pope-Carter
f.pope-carter at magnitudesurveys.co.uk
Wed Jun 15 12:57:57 PDT 2016
I had exactly the same issue today when attempting to modify the geonode styling.
Replace django-admin with django-admin.py<http://django-admin.py> and it worked correctly.
This was sent using a LG Mobile. On O2
------ Original message------
From: Carlo Di Michele
Date: Wed, 15 Jun 2016 19:04
To: geonode-users;
Cc:
Subject:[GeoNode-users] Create Geonode-Project Problem
Hello,
I've a clean installation of geonode 2.4. using the quick install.
Everything works fine.
Now I wish to create an app using Geonode-Project 2.4 and I'm facing the following problem typing:
$ django-admin startproject my_geonode --template=https://github.com/GeoNode/geonode-project/archive/2.4.zip -epy,rst
The error message is:
The program 'django-admin' is currently not installed. You can install it by typing:
sudo apt-get install python-django
So I type:
sudo apt-get install python-django
and the message is:
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-django is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 137 not upgraded.
Typing again:
$ django-admin startproject my_geonode --template=https://github.com/GeoNode/geonode-project/archive/2.4.zip -epy,rst
Again The error message is:
The program 'django-admin' is currently not installed. You can install it by typing:
sudo apt-get install python-django
------------------------------------------------------------------------------------
If I skip the $ django-admin startproject my_geonode --template=htt........ and I go directly to:
$ sudo pip install -e my_geonode
The message is:
my_geonode should either be a path to a local project or a VCS url beginning with svn+, git+, hg+, or bzr+
Storing debug log for failure in /home/carlo/.pip/pip.log
--------------------------------------------------------------------------------------
Thanks for any hint.
Regards
Carlo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20160615/ca096b42/attachment.html>
More information about the geonode-users
mailing list