Skip to content

integrating django and chartjs using channels package

Notifications You must be signed in to change notification settings

sinasezza/django-chartjs

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

Watchers

Forks

Releases

No releases published

Packages

No packages published