Skip to content

samir321-pixel/ChartJS_with_Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published