Metadata-Version: 2.1
Name: admin_chart_django
Version: 0.1.1
Summary: A Django package for chart/graph
Home-page: https://github.com/rimalsparsha/django_chart.git
Author: Sparsha Rimal
Author-email: sparsharimal@gmail.com
License: MIT License
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Django :: 3.2
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Django>=3.2

Install the Package : pip install admin-chart-django


Add the App to INSTALLED_APPS
INSTALLED_APPS = [

    'chart', 
]


Run Migrations : python manage.py migrate

After above process go admin panel and there is chart in admin panel
add data and after data added there is view_chart click that and see magic.

In model_field write exists field name of select model in model_name to calculate
total sum. If there is more than one model_field you can write using comma(,).
This model_field is optional.
