End-to-end tutorial of CI for production-ready Dockerized Django 3.2 on CircleCI 2.1
run the following command on your terminal to clone the repository:
git clone git@github.com:CIRCLECI-GWP/dockerized-django-demo.git
cd dockerized-django-demo
Go into the bash of your Docker container for the Django and run tests.
$ cd dockerized-django-demo-circleci
$ docker-compose -f local.yml run web_django bash
Now, run the tests.
root@abc77c0122b3:/code# python3 manage.py test --keepdb
Reviewers: Ron Powell, Stanley Ndagi, Amos Omondi