Skip to content

jmwenda/geonode-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

===========================================
This is a Django based application to be used to keep track
of GeoNode Instance's registry. It will support both post and get requests to different GeoNode instances.
This will be helpful in the event one has to
maintain several GeoNode instances and their is need of a quick dashboard to get status on the different instances.
 The issues to look at here include:
     *The GeoNode Version installed:
     *The Number of Maps:
     *The Number of Layers:
     *Broken Layers:
     *Broken Maps:
     *Last Backup on the GeoNode
===============================================
Please ensure to change the settings file to have the variable


To install run the setup.py 
add to the django installed settings 'registry',
and run syncdb

Also ensure you have edited the main urls.py file to have the following

(r'^registry/',include('registry.urls')),

Restart the server to effect the changes



About

Application that logs on whats happening to several GeoNode Instances and provide Status on the different GeoNode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages