All Projects → sibtc → django-highcharts-example

sibtc / django-highcharts-example

Licence: MIT license
Code samples used in the blog post "How to Integrate Highcharts.js with Django"

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to django-highcharts-example

Splits Io
a speedrunning data store, analysis engine, and racing platform
Stars: ✭ 99 (+253.57%)
Mutual labels:  highcharts
Angular Material Dashboard
Angular Material Dasshboard using Angular Material, highcharts and flexbox
Stars: ✭ 227 (+710.71%)
Mutual labels:  highcharts
Ecommerce
Angular 6 Ecommerce Application POC
Stars: ✭ 46 (+64.29%)
Mutual labels:  highcharts
React Antd Admin
后台前端管理系统,基于react、typescript、antd、dva及一些特别优秀的开源库实现
Stars: ✭ 117 (+317.86%)
Mutual labels:  highcharts
Highcharts Editor
Stars: ✭ 204 (+628.57%)
Mutual labels:  highcharts
shell-history
Visualize your shell usage with Highcharts!
Stars: ✭ 100 (+257.14%)
Mutual labels:  highcharts
Pokegraphs
Pokemon pixel color graphs in javascript.
Stars: ✭ 87 (+210.71%)
Mutual labels:  highcharts
healthcare-server
A rubyOnRails based web application with a small concept behind healthcare
Stars: ✭ 16 (-42.86%)
Mutual labels:  highcharts
Angular Highcharts
Highcharts directive for Angular
Stars: ✭ 202 (+621.43%)
Mutual labels:  highcharts
react-learning-resources
A curated list of resources to learn React and related web technologies as fast as possible.
Stars: ✭ 65 (+132.14%)
Mutual labels:  highcharts
Lovinghome Real Estate Platform
⚡️基于springboot+MyBatis+FreeMarker+redis+nginx+Echarts+druid等技术的JavaWeb项目------恋家房产平台(采用B/S架构,项目包含前后台,分为前台展示系统及后台管理系统。前台系统包含首页门户、登录注册、房产推荐、房产详情、热门房产、房产及小区搜索、经纪人列表及经纪机构创建、创建房产、房产百科、地图找房、用户个人中心、房产评论、房产打分等模块。 后台管理系统包含房产信息管理、用户管理、管理员管理、小区信息管理、博客管理、评论管理、经纪人管理、系统统计与多种图表展示、数据报表导入导出等模块。系统介绍及详细功能点、技术点见项目内文档描述)
Stars: ✭ 140 (+400%)
Mutual labels:  highcharts
Yuqing Monitor Electron
Electron+Node+Socket.io+Vue+ElementUI+Highcharts开发的PC端舆情监控客户端,支持windows、mac、Linux多平台
Stars: ✭ 157 (+460.71%)
Mutual labels:  highcharts
scalajs-highcharts
Scala.js static typed facades for Highcharts library
Stars: ✭ 30 (+7.14%)
Mutual labels:  highcharts
Vue Highcharts
The Component of Vue 2.x for highcharts
Stars: ✭ 112 (+300%)
Mutual labels:  highcharts
cdn
Highcharts中文网开放CDN服务
Stars: ✭ 37 (+32.14%)
Mutual labels:  highcharts
Highcharts Chart
Polymer Element wrapper for highcharts library. Seamlessly create various types of charts from one element.
Stars: ✭ 97 (+246.43%)
Mutual labels:  highcharts
React Native Highcharts
📈 Add Highcharts charts to react-native app for IOS and Android
Stars: ✭ 247 (+782.14%)
Mutual labels:  highcharts
chart
📊📉 Add beautiful and reusable charts with one line of ruby for Rails 5.x
Stars: ✭ 42 (+50%)
Mutual labels:  highcharts
Tweet-Analysis-With-Kafka-and-Spark
A real time analytics dashboard to analyze the trending hashtags and @ mentions at any location using kafka and spark streaming.
Stars: ✭ 18 (-35.71%)
Mutual labels:  highcharts
VPS-Monitor
Watch cpu load, ram usage, hdd usage and some more stuff on your website
Stars: ✭ 36 (+28.57%)
Mutual labels:  highcharts

Django Highcharts.js Example

Python Version Django Version

Code sample from the blog post How to Integrate Highcharts.js with Django.

Highcharts.js Screen Shot

Running the Project Locally

First, clone the repository to your local machine:

git clone https://github.com/sibtc/django-highcharts-example.git

Install the requirements:

pip install -r requirements.txt

Migrate the database:

python manage.py migrate

The migration will also populate the database.

Finally, run the development server:

python manage.py runserver

The project will be available at 127.0.0.1:8000.

License

The source code is released under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].