New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

django-geoexplorer

Package Overview
Dependencies
Maintainers
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-geoexplorer

Use GeoExplorer in your django projects

  • 4.0.43
  • PyPI
  • Socket score

Maintainers
5

django-geoexplorer allows you to use GeoExplorer <http://opengeo.org>_ in your Django <https://www.djangoproject.com>_ projects.

This is just packaging work for the boundless suite client sdk.

The releases will be done loosely based on the suite releases but the minor version numbers may not match.

INSTALL

pip install django-geoexplorer

USAGE

  • Add geoexplorer to your INSTALLED_APPS

AUTHORS

  • Ariel Núñez http://ingenieroariel.com

  • Alessio Fabiani http://www.geo-solutions.it

DEVELOPERS

git clone http://github.com/GeoNode/suite.git
cd suite
git submodule update --init
cd ../
git clone http://github.com/GeoNode/django-geoxplorer.git
cp -R suite/geoexplorer/target/geoexplorer/WEB-INF/app/static/* django-geoexplorer/geoexplorer/static/
cd django-geoexplorer
git add geoexplorer/static
vim setup.py  # update the version number
git add setup.py
git commit -m "Commit committed, a new release was needed because the other one was old."
git push origin master
python setup.py sdist upload

GeoExplorer Sources

git clone https://github.com/GeoNode/geoexplorer.git
cd geoexplorer
git checkout geonode-geoexplorer
ant war
cp -R suite/geoexplorer/target/geoexplorer/WEB-INF/app static/* django-geoexplorer/geoexplorer/static/

LICENSE

  • Lesser GNU Public License

  • OpenGeo Suite License - GPL

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc