Metadata-Version: 2.1
Name: admin_chart_django
Version: 0.0.3
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 django-admin-chart


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.
