Skip to content

Latest commit

 

History

History
56 lines (47 loc) · 1.54 KB

README.md

File metadata and controls

56 lines (47 loc) · 1.54 KB

ChartJS_with_Django

Created a pie chart and bar chart with Django using ChartJS.

Technology Stack

  • Frontend
    • HTML
    • CSS
    • BootStrap
  • Backend
    • Django
  • Database
    • SQLite3

Tech Stack Involved



Setup Instructions

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

Clone Project:

git clone https://github.com/samir321-pixel/ChartJS_with_Django.git

Run migrate

python manage.py migrate

Load the data from fixtures:

python manage.py loaddata countries.json cities.json

Run server

python manage.py runserver

Done!

Finally, run the development server: The project will be available at 127.0.0.1:8000.

Useful Resources