Skip to content

AjayKumar2916/django-highchart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. clone the project to the local directory
2. cd django-highchart #Change to project dir
3. virtualenv venv #Create virtual environment
4. source venv/bin/activate #Activate virtual environment
5. pip install -r requirements.txt #Install the requirements
6. cd djckeditor
7. python manage.py makemigrations
8. python manage.py migrate
9. python manage.py createsuperuser
9. python auto_populate.py #To Insert some data into database
10. python manage.py runserver
11. In the browser open http://127.0.0.1:8000 and enjoy the chart

About

Django HighChart

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published