Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 601 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 601 Bytes

Django Ionic Dashboard

This is a django rest framework api and an IONIC app able to run on heroku or dokku.

Live demo here:

https://didashboard.herokuapp.com

To deploy to heroku

$ heroku create mydashboard
$ git push heroku master
$ heroku config:set DJANGO_SETTINGS_MODULE=agileteamskpisapi.settings
$ heroku run python manage.py migrate
$ heroku run python manage.py createsuperuser
$ heroku ps:scale web=1