Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 610 Bytes

README.md

File metadata and controls

36 lines (30 loc) · 610 Bytes

Highcharts App

Steps to launch:
  • Git clone the source code to specific path
git clone https://github.com/IT-corridor/highchart-django-mysql.git
  • Install Virtual Environment (Optoinal)

  • Install required packages

pip install -r requirements.txt
  • Migrate the database
python manage.py makemigrations general
python manage.py migrate
  • Make a super user
python manage.py createsuperuser
  • Launch the site
python manage.py runserver
  • Visit URL
http://localhost:8000
http://localhost:8000/admin

login with the credential for superuser you created.