Skip to content

A django template project for creating custom GeoNode projects.

Notifications You must be signed in to change notification settings

francbartoli/geonode-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

{{ project_name|title }}

You should write some docs, it's good for the soul.

Installation

With GeoNode's virtualenv activated in development or production mode, do the following:

$ git clone git://github.com/ingenieroariel/geonode-project.git
$ django-admin.py startproject --template=geonode-project -epy,rst myprettygeonode

Usage

$ pip install -e myprettygeonode $ cd myprettygeonode $ python manage.py runserver

To install on a virtual environment do:

$ pip install -e myprettygeonode

Replace all uses of geonode.settings for myprettygeonode.settings.

In production, you can modify the 'geonode' binary tool and geonode.wsgi file to point to this one.

About

A django template project for creating custom GeoNode projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.5%
  • Shell 12.5%
  • Dockerfile 2.6%
  • HTML 1.7%
  • Other 1.7%