Skip to content

Dashboard of city aggregation for countries (HighCharts + Django)

Notifications You must be signed in to change notification settings

yonadav-labs/country-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Dashboard of city aggregation for countries (HighCharts + Django)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published