jolieching / django_with_containers

Reference material for: https://medium.com/@zhao.li/how-to-start-a-django-project-using-containers-cd8160fd700b and https://medium.com/@zhao.li/an-example-django-web-application-with-a-postgresql-database-in-containers-cc29121df310

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An Example Django App in Containers

Reference material for: https://medium.com/@zhao.li/how-to-start-a-django-project-using-containers-cd8160fd700b and https://medium.com/@zhao.li/an-example-django-web-application-with-a-postgresql-database-in-containers-cc29121df310

Getting Started

  1. install docker
  2. install docker-compose
  3. clone repository: git clone --recursive https://github.com/zhao-lin-li/django_with_containers.git
  4. run bootstrap.sh: ./bootstrap.sh
  5. start server: docker-compose up

Testing

  • TBD

Documenting

  • TBD

Notes

  • TBD

About

Reference material for: https://medium.com/@zhao.li/how-to-start-a-django-project-using-containers-cd8160fd700b and https://medium.com/@zhao.li/an-example-django-web-application-with-a-postgresql-database-in-containers-cc29121df310


Languages

Language:Python 68.0%Language:HTML 18.0%Language:Shell 12.7%Language:Dockerfile 1.3%