Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Sample project to help who want to integrate D3 getting data from Django.

Notifications You must be signed in to change notification settings

UNSW-CFRC/misc-django-d3-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D3-Django integration

Sample project to help who want to integrate D3 getting data from Django.

Forked from https://github.com/fgmacedo/django-d3-example

Companion repository of the StackOverflow answer: Passing data from Django to D3.

Quickstart for Geonode sites

Clone this repository.

Configure settings and URLs. cd cd ~geonode/geonode/geonode vi local_settings_gaz.py: add play and d3ex to INSTALLED_APPS vi urls.py: add code to import play.urls and d3ex.urls

Install.

cd ~geonode/geonode
sudo -H pip install --upgrade ../django-d3-example
sudo service apache2 restart

Log into admin and add some Play instances (sample data).

http://cfdev.intersect.org.au/admin/play/play/

See your chart at url:

http://cfdev.intersect.org.au/play

About

Sample project to help who want to integrate D3 getting data from Django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.9%
  • HTML 21.1%