Skip to content

sinasezza/django-chartjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-chartjs

integrating django and chartjs using channels package

=======================================================

Setup The project

  1. Clone the repository:
git clone https://github.com/sinasezza/django-chartjs.git
cd django-chartjs
  1. create a virtual environment & activate it(Optional):

macOs/Linux Users

python3 -m venv venv
source ./venv/bin/activate

Windows Users

python -m venv venv
venv\Scripts\activate
  1. Install dependencies:
pip install pip-tools
pip-sync requirements.txt
  1. make migrations
python manage.py makemigrations
python manage.py migrate
  1. run the http server
python manage.py runserver

About

integrating django and chartjs using channels package

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors