dockerizing-django
dockerizing-django copied to clipboard
Changed an older dependency that gave an error while installing on Apple M1 chips
Hi, When I try to start docker up, gunicorn conainer always fails. Upon looking at the logs, I foudn that it has this : ImportError: Module "django.contrib.auth.middleware" does not define...
I can't seem to copy /static inside my project directory to /usr/src/app/static ... my css/js/img inside static are all missing. All I seem to find is admin and rest_framework directories....
I'm working through the tutorial you have (https://realpython.com/django-development-with-docker-compose-and-machine/) using Mac High Sierra docker-machine version 0.13.0, build 9ba6da9 docker-compose version 1.25.2, build 698e2846 Docker version 19.03.5, build 633a0ea All the setup...
edited and corrected the numbering label in readme file. Thank you
So I used this to build a dockerized API with Django Rest Framework. Since I develop several projects at once, I use a different port for local development. Turns out...
Hi, I think we can upgrade docker-compose.yaml file into v2, it is more reliable than v1, and there is more features
I'm a beginner of docker and have already been using Django for development. And found out this [dockerizing-django](https://github.com/realpython/dockerizing-django) repository which is an awesome example for a new learner of docker....
Before running: `/usr/local/bin/python manage.py migrate` it's necessary to run: `/usr/local/bin/python manage.py makemigrations todo` to make initial migrations for todo app itself. Otherwise model Item won't be created and app won't...
When trying to use: `docker-compose up --build -d` I get the following error: `ERROR: SSL error: HTTPSConnectionPool(host='192.168.99.100', port=2376): Max retries exceeded with url: /v1.25/containers/json?all=1&limit=-1&filters=%7B%22label%22%3A+%5B%22com.docker.compose.project%3Dportfoliodocker%22%2C+%22com.docker.compose.oneoff%3DFalse%22%5D%7D&trunc_cmd=0&size=0 (Caused by SSLError(SSLError(1, u'[SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1...