- Repository:
- A docker enviroment for your django application.
- Stack: Python, Django.
- Services: Django server.
- Year: 2020.
This repository provides a django development enviroment.
Open a Terminal, browse your projects location and run:
git clone https://github.com/diegoulloao/django-docker-startpoint.git project-name
Enter in your project-name
folder, then create/copy your Django app in the app
directory.
In project-name
directory, run:
docker build .
docker-compose build
Finally run:
docker-compose up
Open up your browser to http://localhost:8080/ and you should see your django app running as intended.
--
@diegoulloao · 2020