{"id":16174958,"url":"https://github.com/app-generator/sample-django-charts-multiple","last_synced_at":"2025-10-08T22:21:21.594Z","repository":{"id":100503204,"uuid":"486046146","full_name":"app-generator/sample-django-charts-multiple","owner":"app-generator","description":"Django Charts via amCharts, Apex, G.Charts - Free Sample | AppSeed","archived":false,"fork":false,"pushed_at":"2024-10-17T03:36:38.000Z","size":73,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-07T18:52:07.704Z","etag":null,"topics":["appseed-sample","chartjs","django-sample"],"latest_commit_sha":null,"homepage":"https://blog.appseed.us/django-sample-amcharts-googlecharts-apexcharts/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/app-generator.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-27T04:34:56.000Z","updated_at":"2025-01-10T06:15:55.000Z","dependencies_parsed_at":"2024-10-27T19:21:13.083Z","dependency_job_id":"4800d046-1c8f-4721-b62d-5fbd8301b2f1","html_url":"https://github.com/app-generator/sample-django-charts-multiple","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/app-generator/sample-django-charts-multiple","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fsample-django-charts-multiple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fsample-django-charts-multiple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fsample-django-charts-multiple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fsample-django-charts-multiple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/app-generator","download_url":"https://codeload.github.com/app-generator/sample-django-charts-multiple/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/app-generator%2Fsample-django-charts-multiple/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000782,"owners_count":26082851,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appseed-sample","chartjs","django-sample"],"created_at":"2024-10-10T04:43:50.976Z","updated_at":"2025-10-08T22:21:21.531Z","avatar_url":"https://github.com/app-generator.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Django Charts](https://blog.appseed.us/django-sample-amcharts-googlecharts-apexcharts/) `amCharts`, `G.Charts`, `Apex`\n\nSample project crafted with `Django`, `DRF` and multiple Charts Libraries to showcase how to plot different charts **Pie, Line, and Bar Charts**, using `Bootstrap5` for styling.\n\n- 👉 [Multiple Charts via Django \u0026 DRF](https://blog.appseed.us/django-sample-amcharts-googlecharts-apexcharts/) - Blog Article\n\n\u003cbr /\u003e\n\n---\n\n\u003e For a **complete set of features** and long-term support, check out **[Dynamic Django](https://app-generator.dev/docs/developer-tools/dynamic-django/index.html)**, a powerful starter that incorporates:\n\n- ✅ [Dynamic DataTables](https://app-generator.dev/docs/developer-tools/dynamic-django/datatables.html): using a single line of configuration, the data saved in any table is automatically managed\n- ✅ [Dynamic API](https://app-generator.dev/docs/developer-tools/dynamic-django/api.html): any model can become a secure API Endpoint using DRF\n- ✅ [Dynamic Charts](https://app-generator.dev/docs/developer-tools/dynamic-django/charts.html): extract relevant charts without coding all major types are supported\n- ✅ [CSV Loader](https://app-generator.dev/docs/developer-tools/dynamic-django/csv-loader.html): translate CSV files into Django Models and (optional) load the information\n- ✅ Powerful [CLI Tools](https://app-generator.dev/docs/developer-tools/dynamic-django/cli.html) for the GIT interface, configuration editing, updating the configuration and database (create models, migrate DB)\n\n\u003cbr /\u003e\n\n## ✨ How to use it\n\n\u003e 👉 **Clone Sources** (this repo)\n\n```bash\n$ git clone https://github.com/app-generator/sample-django-charts-multiple.git\n$ cd sample-django-charts-multiple\n```\n\n\u003cbr /\u003e\n\n\u003e 👉 **Install Modules** using a Virtual Environment\n\n```bash\n$ virtualenv env\n$ source env/bin/activate\n$ pip3 install -r requirements.txt\n```\n\nOr for **Windows-based Systems**\n\n```bash\n$ virtualenv env\n$ .\\env\\Scripts\\activate\n$\n$ # Install modules - SQLite Database\n$ pip3 install -r requirements.txt\n```\n\n\u003cbr /\u003e\n\n\u003e 👉 **Migrate Database**\n\n```bash\n$ python manage.py migrate\n$ python manage.py runserver\n```\n\n\u003cbr /\u003e\n\n\u003e 👉 **Create Superuser**\n\n```bash\n$ python manage.py createsuperuser\n```\n\n\u003cbr /\u003e\n\n\u003e 👉 **Start the APP**\n\n```bash\n$ python manage.py runserver\n```\n\n\u003cbr /\u003e\n\n\u003e The bootstrap flow\n\n- Access the `admin` section \n  - Load `data/users.csv` in users table (using import/export feature)\n  - Load `data/products.csv` in users table (using import/export feature)\n- Access the HOMEpage \n  - Charts should be displayed with data\n\n\u003cbr /\u003e\n\n![Django Charts via DRF and Charts.js - provided by AppSeed.](https://user-images.githubusercontent.com/51070104/167153345-6da2c703-ab74-430f-8c40-84c55b5e5b80.jpg)\n\n\u003cbr /\u003e\n\n---\nDjango Charts `amCharts`, `G.Charts`, `Apex` - provided by [AppSeed](https://appseed.us)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Fsample-django-charts-multiple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapp-generator%2Fsample-django-charts-multiple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapp-generator%2Fsample-django-charts-multiple/lists"}