DEV Community

Discussion on: What are the codes to run in order, for a Django project? I have python3 and pip installed

Collapse
 
robert197 profile image
Robert

Install docker and run django and the db inside docker containers. Use docker compose for composition.
There are bunch of examples of dockerized environments for Django project at GitHub and so on. Just google for it.
Have fun hope it helps.