Skip to content

A Django Rest Framework API and an IONIC app running together on Django and ready to be hosted on heroku or dokku

License

Notifications You must be signed in to change notification settings

jcfausto/django-ionic-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Django Rest Framework API and an IONIC app running together on Django and ready to be hosted on heroku or dokku

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages