Code sample from the blog post How to Integrate Highcharts.js with Django.
First, clone the repository to your local machine:
git clone https://github.com/sibtc/django-highcharts-example.gitInstall the requirements:
pip install -r requirements.txtMigrate the database:
python manage.py migrateThe migration will also populate the database.
Finally, run the development server:
python manage.py runserverThe project will be available at 127.0.0.1:8000.
The source code is released under the MIT License.
