IMPORTANT NOTE! ---------------------------------------------------------------------------------- 1) To install gunicorn: pip install gunicorn 2) To run a docker container on AWS: { "containerDefinitions": [ { "name": "my-django-application", "image": "Django docker image URL goes here", "memory": "256", "cpu": "256", "essential": true } ], "networkMode": "bridge", "family": "django-app-task-definition" } Note: Remember to create a new revision for your port mapping as the video shows! :)
Thank you so much for your kind feedback! I really appreciate it a lot! Of course, it's only a pleasure! I'm very happy to hear that you managed to find value in the video. All the best to you!
thanks a lot for this.. please i wish to find out how to make a djangoapp fully production ready. when follow this video with a django-admin startproject app, and i turn debug to True, i get error "bad request" when i run docker container on my computer. how can i fix that ?
My pleasure! There are a lot of steps to make a django app fully production ready. This would depend on the requirements of your application. Yes, a bad request error indicates that you have an issue with your application. You'd need to double check this.
IMPORTANT NOTE!
----------------------------------------------------------------------------------
1) To install gunicorn:
pip install gunicorn
2) To run a docker container on AWS:
{
"containerDefinitions": [
{
"name": "my-django-application",
"image": "Django docker image URL goes here",
"memory": "256",
"cpu": "256",
"essential": true
}
],
"networkMode": "bridge",
"family": "django-app-task-definition"
}
Note: Remember to create a new revision for your port mapping as the video shows! :)
Thanks a lot sir ji
My pleasure!
Hands down THE BEST VIDEO I have ever seen; I have to dockerise and deploy an existing AWS EB/EC2 app... your video has nailed it, thank you!
Thank you so much for your kind feedback! I really appreciate it a lot!
Of course, it's only a pleasure! I'm very happy to hear that you managed to find value in the video.
All the best to you!
Great man after watching show many on RUclips videos, Finally First Time docker configured well.
Thank you.
Your Video really helped me.
My pleasure, Krishna! I'm glad that my video was helpful to you!
All the best! :)
django and celery deployment video needed please make
Thank you for your suggestion!
@@CloudWithDjango I was looking for that too
@@danielemiccoli2917 Hi, thank you for your input :)
Thank youuu
My pleasure!
thanks a lot for this..
please i wish to find out how to make a djangoapp fully production ready. when follow this video with a django-admin startproject app, and i turn debug to True, i get error "bad request" when i run docker container on my computer. how can i fix that ?
My pleasure!
There are a lot of steps to make a django app fully production ready. This would depend on the requirements of your application. Yes, a bad request error indicates that you have an issue with your application. You'd need to double check this.
@@CloudWithDjango thank you very much. I will check it.
My pleasure! Good luck!
thanksssssss
My pleasure! :)
actually is no use docker app correct ? use the aws