[GeoNode-users] Try to create a geonode's app into Windows OS

Jeffrey Johnson ortelius at gmail.com
Mon May 16 09:09:07 PDT 2016


Hi Carlo,

Running this command inside the python shell wont work. You need to a)
pip install Django b) run this command at the normal shell (cmd
prompt). If there are no problems with a) then b) should work.

Let us know if you run into further problems.

Jeff

On Mon, May 16, 2016 at 7:34 AM, Carlo Di Michele
<carlo.dimichele at gmail.com> wrote:
> Hello,
> I'm trying to create a geonode app into Windows OS.
>
> I'm trying to follows the linux procedure
> http://docs.geonode.org/en/master/tutorials/admin/customize_lookfeel/customize/setup_admin.html#setup-admin
>
> The problem that I face is:
>
> $ Install python-django
>
> I can't find any python-django file anywhere in my installation so I did in
> this way:
>
> 1) I've run python
> C:\GeoNode-2.4.x\geonode-2.4.x\geonode\geoworld>python
> Python 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)] on
> win32
> Type "help", "copyright", "credits" or "license" for more information.
>>>>
>
> 2) inside python terminal I typed
>>>> C:\GeoNode-2.4.x\geonode-2.4.x\Lib\site-packages\django\bin\django-admin
>>>> startproject my_geonode
>>>> --template=https://github.com/GeoNode/geonode-project/archive/master.zip
>>>> -epy,rst
>      ^
> SyntaxError: invalid syntax
>
> Any hints?
>
> Thanks
> Carlo
>
>
>
> _______________________________________________
> geonode-users mailing list
> geonode-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/geonode-users
>


More information about the geonode-users mailing list