Hi Sai - This is really an amazing video. Never thought I would be able to crack it so easily. You have literally saved my 10-15 hours of time. Thank you so much.
Bro great video. This is the best video I don't even need to waste my time on another video I just watched your video and I did it!!! Thank You Soo Much For The Great Video!!!!!!!!!!!!!!!!!!
Bro.. Last time it ran on aws server.. After when i installed requirements for another lroject in same instance the new one is not running as well as first project also not running
Hi Sai, for Production it is not recommended to use Django's default server, could you please share what options we do have to keep running our app without any downtim.
Great Question . Yes Many prefer linux instanses to deploy their projects and thats the industry standard because of the reliability of linux . But Since Both of them are managed by AWS, this wont make much differences in terms of reliability and performance .
Hey dealing with static files can be bit confusing in the beginning. Django has best documentation of how to set static files. highly suggest you to go through it. 😊
Please help me I'm getting error could not connect to server : connection refused(0x0000274D/10061) is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432?
Sir I m facing one problem if i made multiple request then it takes only the last request and respons, I want tht it should take every request as separate and provide response separately Can U help sir?
hello akash , I understood your use case , for handling multiple requests we need to serve the app using the servers like apache , ngnix etc .. I found this blog which will help you in this regard medium.com/saarthi-ai/ec2apachedjango-838e3f6014ab . Have a look
Hello sai want if I want to run my server on https port instead of http (80). I have already configured ssl for my instance but the problem is everytime I have to add one s in http by default it runs on http only. How can I tackle this this please respond me.
Hey Sai Prakash Your Video is really awesome, and clears everything. But When I am running my wesite my static image files are not visible on web site but same are visible on localhost so please guide me.
Thanks for the video!! Please i would like to know how to set up my static files to be founded while loading the pages. Seems like it needs some additionnal configurations. Note: i've made the collectstatic in the project and set it correctly in the project.
You can follow the similar approach , instead of SQL database you install a postgresql client on ec2 instance . I will try n make a tutorial of the same
@@SaiprakashReddy It's done now. But I want to ask one thing, that my web app fetches the data from API, converts into JSON and then sends email to users but sometimes it returns a JSON Decode Error and sometimes not. How can I solve this?
I think I have seen a post from you on LinkedIn this is regarding the cowin app if I am not wrong , the error may be due to the improper responses from the cowin API , have you tried to handle the errors with a try catch mechanism?
Hey kiran , Theoretically it should be covered under the free tier if you use services that are eligible for free tier , but I suggest to be very careful while experimenting , one day you might get a huge bill because you might have forget stop an instance . ( Been there 😅)
I could , but its whole project in itself and this can be done as a 3-4 days bootcamp rather than a youtube tutorial . You can build it yourselves , Django has good documentation for the web , also you can find stock forecasting APIs and Prebuilt models and projects (if you look for it ) .
@@SaiprakashReddy i am facing difficulty while implementing in django brother i could be help to us for college programs . You can just create it by using csv data no api needed
Hey Rollin , Glad that you were able to run the website , it is difficult to debug without actually having the code , I advise you to go through the tutorial couple of times , check whether templates and views are configured properly . If the problem persists you can reach out to me at my email
I am gonna launch thanks for the tutorial if I encounter any errors how shall I contact you? Thanks waiting for the reply Also tell how to use databases and s3 buckets for static files
Thanks for the video Tip: use virtual env for running server instead of direct python: use this commands after the step of installing python pip install virtualenvwrapper-win python -m venv env env\scripts\activate python manage.py runserver
@@rahulnaik9847 hey rahul , I am not sure about that so i cannot provide you a comment but , you can do all things that we do on the local machine on the EC2 instance
Hey , So the tutorial is intended for a deployment beginner level projects , hackathon projects , sample poc etc in a quick manner. If we need to professional site we have configure a content delivery systems like ngnix etc , for max availability and security . Also there is only so much that free tier can offer , have to scale according to the traffic .
Hello , I have seen the video . It's very iinteresting, do you have a github repository with a basic model with a Django application , a docker compose file and a database to deploy in aws ? thanks a lot
Hi, Lovely video! Thanks for sharing info. Could help me with understanding how to deploy a django backend + Angular front end website on production server? using any free tool eg. IIS ? Open for anyone in the comment section also to contribute
Thanks Bro, You saved my Day. Really Apricate
Glad to hear that 🤗
Thank you brother. Indeed the easiest method. All the best
Hi Sai - This is really an amazing video. Never thought I would be able to crack it so easily. You have literally saved my 10-15 hours of time. Thank you so much.
Glad I could help , thanks for taking time to comment
I couldn't stop laughing once you said "If you're brave enough you can use internet explorer! xD "
Lol.. 😂😂😂 someone found the joke finally . Thanks Barnik .
awesome very helpful video
thanx dude, saved my day
You'r amazing! Thanks a lot
thanks bro i try to deploy django and followup step by step in your video and it's really work thank you bro
Glad I could help ☺️ Thanks for sharing your experience
Bro great video. This is the best video I don't even need to waste my time on another video I just watched your video and I did it!!! Thank You Soo Much For The Great Video!!!!!!!!!!!!!!!!!!
Glad you enjoyed it!
Nice explained, keep go on
Thanks ! I launched my website on linux instance. However, the idea was very helpful.
Good to hear 😊
Hi, do you have the steps for deploy it? I can make works it :/
Thanks a lot bro, i was clearly understand..upload more videos like this....😀😀
Glad to hear that
Deploying in Windows no need to configure gunicorn or uwsgi and ngnix server ?
Why we are using remote desktop connection? Is it from aws?
Front worked. While I am submitting its show the server error 500. Kindly guide me to sort out this
Thanks for making this video, It saved a lot of time for a beginner like me who is doing first-time python and AWS.
Thanks for taking time to comment , comments like these makes it so satisfying and encouraging to put out some good content.
Kudos. Simplest deploy I’ve seen
Your tutorial was really really helpful and easy to follow. Thank you very much for your efforts.
Thanks a lot for this video. Saved my holiday.
Glad to know it helped ☺️.
If we want to route through the multiple pages in our website, do we need to type ipaddress/routename ?
Yes
Excellent video! Solved my problem.
Bro.. Last time it ran on aws server.. After when i installed requirements for another lroject in same instance the new one is not running as well as first project also not running
Crisp and clear...... Thanks bro...
Thanks for this video
I would just like to know if it is possible to resell AWS hosting
but if you close the RDP the sites going down! -__- and the static files doen't load
Hi Sai, for Production it is not recommended to use Django's default server, could you please share what options we do have to keep running our app without any downtim.
Sir can we connect on LinkedIn DM
we could discuss indepth about this 😁
How would I apply custom domain to django site deployed on ec2?
why some people use linux in the process, is there a difference or something?
Great Question . Yes Many prefer linux instanses to deploy their projects and thats the industry standard because of the reliability of linux . But Since Both of them are managed by AWS, this wont make much differences in terms of reliability and performance .
awesome, you are my hero bro!!!
☺️
my static files are not being uploaded. How do you do it?
Hey dealing with static files can be bit confusing in the beginning. Django has best documentation of how to set static files. highly suggest you to go through it. 😊
its quite simple use aws s3
if you are in your free trial
I can't connect using the rdp and I have been trying to fix it :/
Please help me I'm getting error could not connect to server : connection refused(0x0000274D/10061) is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432?
Sir I m facing one problem
if i made multiple request then it takes only the last request and respons,
I want tht it should take every request as separate and provide response separately
Can U help sir?
hello akash ,
I understood your use case , for handling multiple requests we need to serve the app using the servers like apache , ngnix etc ..
I found this blog which will help you in this regard medium.com/saarthi-ai/ec2apachedjango-838e3f6014ab . Have a look
@@SaiprakashReddy ohk I'll try and thank U...
Thanks the video. Too good!
Thanks for kind words . Glad to know you liked it ,
my static files are not loading while rendering , can u explain why?
Static files need to setup in a certain way , this can be tricky in django. I suggest going through documentation for this
Hello sai want if I want to run my server on https port instead of http (80). I have already configured ssl for my instance but the problem is everytime I have to add one s in http by default it runs on http only. How can I tackle this this please respond me.
Hey Sai Prakash Your Video is really awesome, and clears everything. But When I am running my wesite my static image files are not visible on web site but same are visible on localhost so please guide me.
Thanks for the video!!
Please i would like to know how to set up my static files to be founded while loading the pages. Seems like it needs some additionnal configurations.
Note: i've made the collectstatic in the project and set it correctly in the project.
where is the domain connection video on aws ??
if I want to make changes to my web app, I just need to edit to files?
Yes
Thanks Sai You saved my ass really appreciate your work and i subscribed to your channel for toturials
Bro my static files are not loading. Do you have any idea what might be the issue?
Thank you so much! My site is up! You are super easy to follow along with! It's a little broken but I think that has to do with my code XD
Glad I could help 🙂
How can I upload on server my django website postgresql database data..?
You can follow the similar approach , instead of SQL database you install a postgresql client on ec2 instance .
I will try n make a tutorial of the same
@@SaiprakashReddy i also have same issue can you please make a video about it🙏.
Thanks bro , it was very helpful , god video
Glad it helped
sir this is so cool... but can you help me on getting, connection timed out error pls?
thank you sai!
You're welcome 😊
Nice video!!! :)
Thank you for making this guide! super helpful and works perfectly
css files and images are not loading
Hey Sai! I followed all the steps, still it's showing that "The site can't be reached". Please help!
Can you elaborate the details via email
@@SaiprakashReddy It's done now. But I want to ask one thing, that my web app fetches the data from API, converts into JSON and then sends email to users but sometimes it returns a JSON Decode Error and sometimes not. How can I solve this?
I think I have seen a post from you on LinkedIn this is regarding the cowin app if I am not wrong , the error may be due to the improper responses from the cowin API , have you tried to handle the errors with a try catch mechanism?
@@SaiprakashReddy Yes, it's regarding the same. I'll do that now 👍 Thank you 😊
Video is great .Wanted to know if it does cover in the AWS free trail .??? Obviously i would be using T2 Micro but except that ?
Hey kiran ,
Theoretically it should be covered under the free tier if you use services that are eligible for free tier , but I suggest to be very careful while experimenting , one day you might get a huge bill because you might have forget stop an instance . ( Been there 😅)
@@SaiprakashReddy Thanks. Yes ,will be very careful while experimenting 😀
If you stop server from background then will this ip port work??
Can you access your website anytime without running your background server???
No . Without server the website will be down .
can you please create a stock forecast wep app using lstm in django full tutorial using csv data ???
I could , but its whole project in itself and this can be done as a 3-4 days bootcamp rather than a youtube tutorial . You can build it yourselves , Django has good documentation for the web , also you can find stock forecasting APIs and Prebuilt models and projects (if you look for it ) .
@@SaiprakashReddy i am facing difficulty while implementing in django brother i could be help to us for college programs . You can just create it by using csv data no api needed
vro please tell how to change ip address to a domain
You are the best
Thank you 😊
Hey instead of zip , may be install git bash on ec2 windows and git clone your django project
Anything that ports our source code to the EC2 can be done .... Found zip to be the fastest but git can be done ✅
nice work, continue
Great video bro 👌👌👌👌👍👍
Will aws bill cash for our usage?
Yes , if you go above the free limits you will be billed .
Good video!
Nice informative video
website is running but css,html components are not rendering pls help
Hey Rollin ,
Glad that you were able to run the website , it is difficult to debug without actually having the code , I advise you to go through the tutorial couple of times , check whether templates and views are configured properly . If the problem persists you can reach out to me at my email
I'm also facing the same issue please help me..
I am gonna launch thanks for the tutorial if I encounter any errors how shall I contact you?
Thanks waiting for the reply
Also tell how to use databases and s3 buckets for static files
Good and very easy video
Thanks a lot
Thanks for the tutorial
Thanks for the video
Tip: use virtual env for running server instead of direct python:
use this commands after the step of installing python
pip install virtualenvwrapper-win
python -m venv env
env\scripts\activate
python manage.py runserver
Thanks a lot, boss was really helpful
Glad it helped
Can we install xamp or any other similar application on this?
Why not ... you have entire windows instance for you .... Should not be a problem .
@@SaiprakashReddy that also means i don't need RDS right?
@@rahulnaik9847 hey rahul , I am not sure about that so i cannot provide you a comment but , you can do all things that we do on the local machine on the EC2 instance
@@SaiprakashReddy Ok no. Thanks a lot but this helped a lot
can you make a video on "Assigning Domain Names to an IP Address"
Hi Prasad ,
I currently don't own any domains as of now , It is fairly straightforward to task . You can find some blogs on medium etc for the same
Thank You very Much project has deployed :). but Styles didn't apply for the whole project including the admin page. Could u please guide me.
I think you have missed whitenoise or gunicorn , and use its middlewares.
Hi Sai, so the applications runs fine, however there is always a downtime I think every few hours , does it have anything to do with the free tier ?
Hey , So the tutorial is intended for a deployment beginner level projects , hackathon projects , sample poc etc in a quick manner. If we need to professional site we have configure a content delivery systems like ngnix etc , for max availability and security . Also there is only so much that free tier can offer , have to scale according to the traffic .
Hi! Bro i am doing your car rental project course on udemy i am stuck at some position can you provide the source code of that project.
I don't have any courses on udemy
Thank you for the video! How can I deploy this to port 443. I need my app to run on https
This can be done from django settings , you can run it on the desired port
works for me
Hello , I have seen the video .
It's very iinteresting, do you have a github repository with a basic model with a Django application , a docker compose file and a database to deploy in aws ?
thanks a lot
Thanks brother
thank you!
Is EC2 free??
It depends on your usage , I suggest to have a look at aws pricing page
Pro Tip - Do not turn DEBUG off otherwise your static files will not be detected unless hosted on s3 bucket or similar alternative
Keeping the debugging on opens up to many security flaws like SQL injection etc and its not a good idea to show debug info to the end user .
@@SaiprakashReddy I mean it's fine if you are not seriously going to use the website and are just practicing and stuff
@LemiNos Thanks for that bro, you saved me
I was brave to use IE
Hi, Lovely video! Thanks for sharing info. Could help me with understanding how to deploy a django backend + Angular front end website on production server? using any free tool eg. IIS ?
Open for anyone in the comment section also to contribute
You can use heroku for this , checkout my latest video on cicd
no se llama
thank you brother