Created a pie chart and bar chart with Django using ChartJS.
- Frontend
- HTML
- CSS
- BootStrap
- Backend
- Django
- Database
- SQLite3
First make sure that you have the following installed. *Python 3 and virtualenv Now do the following to setup project Now do the following to setup project
git clone https://github.com/samir321-pixel/ChartJS_with_Django.git
python manage.py migrate
python manage.py loaddata countries.json cities.json
python manage.py runserver
Finally, run the development server: The project will be available at 127.0.0.1:8000.