Skip to content

imamdigmi/project-tcc

Repository files navigation

Django on Heroku

This is just app for demo!

Docker Automated build

Setup

  1. Clone the app
git clone git@github.com:imamdigmi/project-tcc.git && cd project-tcc
  1. Install dependencies and activate envirounment
pipenv install && pipenv shell
  1. Create database
createdb project_tcc
  1. Migrate database and collecting static files
python manage.py migrate && python manage.py collectstatic

Running Locally

python manage.py runserver

or

heroku local

Your app should now be running on localhost:5000.

Deploying to Heroku

  1. Create app instance on heroku
heroku create
  1. Deploy to heroku
git push heroku master
  1. Launch the app
heroku run python manage.py migrate
heroku open

Deployment Demo

Releases

No releases published

Packages

No packages published