Deploy a Django Web App on PythonAnywhere.

  Рет қаралды 25,385

Code With Clinton

Code With Clinton

Жыл бұрын

In this video, I 'll show you how to deploy a Django web application on PythonAnywhere, a cloud-based Python hosting platform. You'll learn how to set up a virtual environment, create a database, configure your settings, and deploy your application. By the end of this tutorial, you'll have a fully functional Django app live on the internet!
Let's go. 🚀
Push your Django Code to Github:
• How to Push your Djang...

Пікірлер: 142
@abrscab1239
@abrscab1239 5 ай бұрын
I highly recommend this video to anyone interested on Deploying Django project, Thank you Clinton.
@CodeWithClinton
@CodeWithClinton 5 ай бұрын
I am glad the video helped.
@jpcodes373
@jpcodes373 10 ай бұрын
Have watched different video tutorials on this, but only yours worked for me. Thanks man. You just gained a subscriber. ❤️
@CodeWithClinton
@CodeWithClinton 10 ай бұрын
Glad it helped, thank you.
@legendsanimexy8217
@legendsanimexy8217 9 ай бұрын
If you have already done can you please help bro me . I an stuck. I have been trying so hard to do this. Please help
@jpcodes373
@jpcodes373 9 ай бұрын
@@legendsanimexy8217 what's your challenge ?
@toitosimracing
@toitosimracing 2 ай бұрын
That tutorial helped me so much, you got a new subscriber !!!
@CodeWithClinton
@CodeWithClinton 2 ай бұрын
Thank you, I am glad it helped.
@divyanshukrishna6958
@divyanshukrishna6958 7 ай бұрын
man,you will not understand the pain i am going through love you man thanks you making this video love you man love your content
@CodeWithClinton
@CodeWithClinton 7 ай бұрын
I am glad it helped. Happy New Year to you. ✨
@mathapelomphahlele5309
@mathapelomphahlele5309 10 ай бұрын
Thank you Clinton, this was very easy to follow.
@CodeWithClinton
@CodeWithClinton 10 ай бұрын
You're welcome.
@legendsanimexy8217
@legendsanimexy8217 9 ай бұрын
​@@CodeWithClinton bro can you help me . I have been trying so much to host my djnsgo website but its not working . Whenever i am doing pip install -r requirments.txt after installing some its showing me an erorr in the end like It's actually very big i cant wirte that all even if i want . I am getting the error at the last when it's making wheel for something like building wheel for psycopg2 . Error : python setup.py bdist_wheel
@potrishead
@potrishead Ай бұрын
Exactly what I needed. Thanks so much!
@CodeWithClinton
@CodeWithClinton Ай бұрын
You're welcome.
@CodeWithClinton
@CodeWithClinton Ай бұрын
You're welcome
@mattunwin4254
@mattunwin4254 10 ай бұрын
Trying to deploy on AWS Elastic Beanstalk was a nightmare, this is a lot easier! Thanks for your help.
@CodeWithClinton
@CodeWithClinton 10 ай бұрын
Glad it helped! You are welcome.
@legendsanimexy8217
@legendsanimexy8217 9 ай бұрын
If you have already done can you please help bro me . I an stuck. I have been trying so hard to do this. Please help
@pranit_7D
@pranit_7D 10 ай бұрын
Thanks this worked perfectly!
@CodeWithClinton
@CodeWithClinton 10 ай бұрын
You're welcome.
@legendsanimexy8217
@legendsanimexy8217 9 ай бұрын
If you have already done can you please help bro me . I an stuck. I have been trying so hard to do this. Please help
@kanweiedward5728
@kanweiedward5728 Жыл бұрын
Great one bro, love your channel.
@CodeWithClinton
@CodeWithClinton Жыл бұрын
Thank you.
@legendsanimexy8217
@legendsanimexy8217 9 ай бұрын
If you have already done can you please help bro me . I an stuck. I have been trying so hard to do this. Please help
@Jook2rib
@Jook2rib 10 ай бұрын
this works. you explain things well thank you & subscribed
@CodeWithClinton
@CodeWithClinton 10 ай бұрын
Thank you so much.
@legendsanimexy8217
@legendsanimexy8217 9 ай бұрын
If you have already done can you please help bro me . I an stuck. I have been trying so hard to do this. Please help
@Jook2rib
@Jook2rib 9 ай бұрын
@@legendsanimexy8217 what part did you get up to?
@xband0
@xband0 Жыл бұрын
Thanks for this tutorial Clinton
@CodeWithClinton
@CodeWithClinton Жыл бұрын
Thank you.
@legendsanimexy8217
@legendsanimexy8217 9 ай бұрын
If you have already done can you please help bro me . I an stuck. I have been trying so hard to do this. Please help
@denizerkan2838
@denizerkan2838 9 ай бұрын
This is a very well explained walkthrough , thank you so much. Can you make a video about how staticfiles can be set as well please ?
@CodeWithClinton
@CodeWithClinton 9 ай бұрын
Staticfiles was also set in the tutorial. Thanks for the compliment. 🙏
@legendsanimexy8217
@legendsanimexy8217 9 ай бұрын
If you have already done can you please help bro me . I an stuck. I have been trying so hard to do this. Please help
@ssebattaadam9903
@ssebattaadam9903 3 ай бұрын
@@legendsanimexy8217 did you solve the issue with static files
@luuvinhtuong
@luuvinhtuong 9 ай бұрын
thank you so much!! bro.
@CodeWithClinton
@CodeWithClinton 9 ай бұрын
You're welcome.
@catailabaca2937
@catailabaca2937 4 ай бұрын
Thank you!! it was the alowed hosts , you're the best!! i own you a beer
@CodeWithClinton
@CodeWithClinton 4 ай бұрын
It's my pleasure.
@rodrigoriveras
@rodrigoriveras 10 ай бұрын
Great job Clinton. Could you please help me with this issue? thanks ImproperlyConfigured at / settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details.
@CodeWithClinton
@CodeWithClinton 10 ай бұрын
Search online for a proper database configuration for your django project or you can simply check your previous django projects and copy the database configurations into your current django project.
@vinayakupadhyay7527
@vinayakupadhyay7527 11 ай бұрын
Thanks a lot brother, but my static files (CSS and images) are not being accessed. What to do for that?
@Karma_9913
@Karma_9913 11 ай бұрын
In the web tab in the static files section u have to add static files there like in terms of path
@lembryant9922
@lembryant9922 4 ай бұрын
Great video!
@CodeWithClinton
@CodeWithClinton 4 ай бұрын
Thank you.
@kedarshidhaye6950
@kedarshidhaye6950 Жыл бұрын
I already have a virtual environment setup in my django project so should I make another one while hosting it on python anywhere ?
@CodeWithClinton
@CodeWithClinton Жыл бұрын
Yes, you have to create another virtual environment.
@Karma_9913
@Karma_9913 Жыл бұрын
​@@CodeWithClintonthanks bro my website works fine now
@CodeWithClinton
@CodeWithClinton Жыл бұрын
@@Karma_9913 you are welcome man.
@Austin_08
@Austin_08 Жыл бұрын
Thanks for the tutorial. Please, what if I am using the latest version of Python(3.11)?
@CodeWithClinton
@CodeWithClinton Жыл бұрын
You're welcome, your python version does not matter, just follow the steps I took in the tutorial.
@Austin_08
@Austin_08 Жыл бұрын
@@CodeWithClinton Alright. Thanks. Mine is actually an API project.
@CodeWithClinton
@CodeWithClinton Жыл бұрын
@@Austin_08 you are welcome.
@legendsanimexy8217
@legendsanimexy8217 9 ай бұрын
If you have already done can you please help bro me . I an stuck. I have been trying so hard to do this. Please help
@ayushvanvary
@ayushvanvary 3 ай бұрын
can we update our website and data , do changes and can we use postgres db
@CodeWithClinton
@CodeWithClinton 3 ай бұрын
Yes, you can do all.
@Austin_08
@Austin_08 Жыл бұрын
Hi Clinton, I have successfully deployed it. Thanks so much. But I still need clarification on something o. It's a project in progress. So will it automatically deploy any changes I push to my repo?
@CodeWithClinton
@CodeWithClinton Жыл бұрын
It won't automatically deploy you have to go down to the PythonAnywhere console and then pull your changes. In your PythonAnywhere console simply cd into your project directory and run "git pull".
@Austin_08
@Austin_08 Жыл бұрын
@@CodeWithClinton Ok. And once I pull, it will deploy? thank you very much bro.
@CodeWithClinton
@CodeWithClinton Жыл бұрын
@@Austin_08 yes bro, you are welcome.
@legendsanimexy8217
@legendsanimexy8217 9 ай бұрын
If you have already done can you please help bro me . I an stuck. I have been trying so hard to do this. Please help
@fitzgerardmouliom443
@fitzgerardmouliom443 11 ай бұрын
hi, if i have not set a requirement.txt file, how should i do, should i run directly pip install django ?
@CodeWithClinton
@CodeWithClinton 11 ай бұрын
You have to setup a requirement.txt file in your project.
@fitzgerardmouliom443
@fitzgerardmouliom443 11 ай бұрын
@@CodeWithClinton no, should i ?
@CodeWithClinton
@CodeWithClinton 11 ай бұрын
@@fitzgerardmouliom443 yes you should.
@FactsInsights5
@FactsInsights5 10 ай бұрын
hi clinton i have followed you till the end and when I open my website at last my website it running but all the content changed and everything on my website showing wrong.
@CodeWithClinton
@CodeWithClinton 10 ай бұрын
Showing wrong, what do you mean??
@FactsInsights5
@FactsInsights5 10 ай бұрын
@@CodeWithClinton i mean the alignment of all content of my website is changed and not a single css part is working.
@legendsanimexy8217
@legendsanimexy8217 9 ай бұрын
If you have already done can you please help bro me . I an stuck. I have been trying so hard to do this. Please help
@stepankhachatryan1544
@stepankhachatryan1544 9 ай бұрын
my github doesn't allow me to upload db.sqlite3 file because it is more than 25mb (31mb). please help. what i can do?
@CodeWithClinton
@CodeWithClinton 9 ай бұрын
What I can think of, is using a live Postgres database.
@ARSALANRATHER404
@ARSALANRATHER404 8 ай бұрын
I have mysql will i be able to use free plan
@CodeWithClinton
@CodeWithClinton 8 ай бұрын
@@ARSALANRATHER404 I can't say, try it out.
@ARSALANRATHER404
@ARSALANRATHER404 8 ай бұрын
@@CodeWithClinton can you help with heroku im facing sognup problem
@Austin_08
@Austin_08 Жыл бұрын
Hi Clinton, I am facing errors when I try to clone the git repository on the pythonanywhere bash. Please, any help with that?
@CodeWithClinton
@CodeWithClinton Жыл бұрын
What's the error message?
@Austin_08
@Austin_08 Жыл бұрын
It asks for the github username and password. But when I provide them, it will tell me that it no longer support that form of authentication. But when you cloned yours, it didn't request for any login details.
@CodeWithClinton
@CodeWithClinton Жыл бұрын
@@Austin_08 yeah, it was changed recently.
@CodeWithClinton
@CodeWithClinton Жыл бұрын
@@Austin_08 you have to create a token on GitHub to be able to pass through while using PythonAnywhere
@legendsanimexy8217
@legendsanimexy8217 9 ай бұрын
If you have already done can you please help bro me . I an stuck. I have been trying so hard to do this. Please help
@weslleypablo6287
@weslleypablo6287 Жыл бұрын
staticfiles not found in my project :|
@CodeWithClinton
@CodeWithClinton Жыл бұрын
You have to configure staticfiles in your settings.py
@officialnchitah9865
@officialnchitah9865 Жыл бұрын
Yep! Thanks
@CodeWithClinton
@CodeWithClinton Жыл бұрын
You're welcome.
@CHRISDANIELDAQUIOAG
@CHRISDANIELDAQUIOAG Ай бұрын
how to install requirements.txt it doesn't install in my website said that its not inside of my directory, when I'm putting it in the directory it still doesn't install, help me please
@CodeWithClinton
@CodeWithClinton Ай бұрын
Make sure the requirements file is in the root directory of your Django project.
@sabaparween771
@sabaparween771 25 күн бұрын
it is
@sabaparween771
@sabaparween771 25 күн бұрын
still not working
@fairozfardin753
@fairozfardin753 6 ай бұрын
very helpful
@CodeWithClinton
@CodeWithClinton 6 ай бұрын
Thank you.
@CHRISDANIELDAQUIOAG
@CHRISDANIELDAQUIOAG Ай бұрын
also when I'm clicking the link it says that something went wrong
@CodeWithClinton
@CodeWithClinton Ай бұрын
Oh sorry.
@Austin_08
@Austin_08 Жыл бұрын
Hi Clinton, I am here again o. I can not access my database after deploying. It throws 500 server error.
@Austin_08
@Austin_08 Жыл бұрын
I have resolved this issue. But my otp verification third-party service is not working on pythonanywhere
@CodeWithClinton
@CodeWithClinton Жыл бұрын
Have you tried a different hosting service?
@Austin_08
@Austin_08 Жыл бұрын
@@CodeWithClinton Yes. I have used Heroku
@BenjieBejo
@BenjieBejo Ай бұрын
Hello! Why 'Error during template rendering'?
@CodeWithClinton
@CodeWithClinton Ай бұрын
This is my first time hearing about this error, so sorry about it.
@yuvrajlolage4618
@yuvrajlolage4618 11 ай бұрын
Please provide tutorial for MySQL database on localhost
@CodeWithClinton
@CodeWithClinton 11 ай бұрын
Okay bro.
@pathak.8448
@pathak.8448 5 ай бұрын
hi image is not showing on the live server what should I do?
@CodeWithClinton
@CodeWithClinton 5 ай бұрын
Host the images on a separate server like aws S3 bucket.
@pathak.8448
@pathak.8448 5 ай бұрын
@@CodeWithClintondoes static files not work on python anywhere?
@pathak.8448
@pathak.8448 5 ай бұрын
After hoisting images on other servers how will I integrate with it.
@Zero9BS
@Zero9BS 6 ай бұрын
tanks bro!!
@CodeWithClinton
@CodeWithClinton 6 ай бұрын
You're welcome.
@TheLoneMan-fk2iu
@TheLoneMan-fk2iu 2 ай бұрын
give a toturial on how to get the requirement.txt and the rest
@CodeWithClinton
@CodeWithClinton 2 ай бұрын
Okay bro.
@user-mg8cn4qe4v
@user-mg8cn4qe4v 8 ай бұрын
my app contains a jupyternote book so I keep getting this error 2023-11-13 20:51:26,733: Error running WSGI application 2023-11-13 20:51:26,761: FileNotFoundError: [Errno 2] No such file or directory: './savedModels/model.joblib' , any ideas ?
@CodeWithClinton
@CodeWithClinton 8 ай бұрын
I really wish I could help.
@user-nu2zc6iu3o
@user-nu2zc6iu3o 6 ай бұрын
"mkvirtualenv venv" does not work.what to do?
@CodeWithClinton
@CodeWithClinton 6 ай бұрын
Which operating system are you using?
@vinsshaji3607
@vinsshaji3607 Жыл бұрын
my static files are not working after deployed, Please help
@CodeWithClinton
@CodeWithClinton Жыл бұрын
You need to configure your staticfiles in your settings.py file.
@wilfrd_ke
@wilfrd_ke Жыл бұрын
hello, have you manage to solve with static file, I'm am stuck too, please help how you did it.
@CodeWithClinton
@CodeWithClinton Жыл бұрын
@@wilfrd_ke watch this to solve the static issue. kzfaq.info/get/bejne/ecqkhLaaqJ6-foU.html
@wilfrd_ke
@wilfrd_ke Жыл бұрын
@@CodeWithClinton ok thanks let me watch it now
@CodeWithClinton
@CodeWithClinton Жыл бұрын
@@wilfrd_ke you are welcome.
@yusufmayowa
@yusufmayowa Жыл бұрын
Thanks for this Man. But, how can i use access the Paid Hosting...i don't want the . pythonanywhere in the address 🙏
@CodeWithClinton
@CodeWithClinton Жыл бұрын
During the signup process you can choose between a free or paid account.
@legendsanimexy8217
@legendsanimexy8217 9 ай бұрын
If you have already done can you please help bro me . I an stuck. I have been trying so hard to do this. Please help
@JustPython
@JustPython Жыл бұрын
nice video
@CodeWithClinton
@CodeWithClinton Жыл бұрын
Thank you.
@abd1428
@abd1428 6 ай бұрын
this is good but my static files dose not run .
@CodeWithClinton
@CodeWithClinton 6 ай бұрын
Oh, sorry.
@abd1428
@abd1428 6 ай бұрын
thank u man got fixed tho @@CodeWithClinton
@LiveWelLounge
@LiveWelLounge 4 ай бұрын
kindly collectstatics ko b explain kr dyn
@CodeWithClinton
@CodeWithClinton 4 ай бұрын
Okay.
@Dani3lll07
@Dani3lll07 9 ай бұрын
How long does it last?
@CodeWithClinton
@CodeWithClinton 9 ай бұрын
I don't understand.
@Dani3lll07
@Dani3lll07 9 ай бұрын
Before the project will be taken down or is it free for life?
@CodeWithClinton
@CodeWithClinton 9 ай бұрын
@@Dani3lll07 it free for life, you just have to refresh the server every 3 months.
@mohamedazizchibani6004
@mohamedazizchibani6004 10 ай бұрын
nice video ! and how to update it ?
@CodeWithClinton
@CodeWithClinton 10 ай бұрын
Thank you, I covered updating in this video kzfaq.info/get/bejne/ecqkhLaaqJ6-foU.htmlsi=6yGXwFWh_ujo44sJ
@legendsanimexy8217
@legendsanimexy8217 9 ай бұрын
If you have already done can you please help bro me . I an stuck. I have been trying so hard to do this. Please help
@magnusvalterkaljuste9491
@magnusvalterkaljuste9491 Жыл бұрын
Throws me 500 server error =(
@CodeWithClinton
@CodeWithClinton Жыл бұрын
You didn't follow me accordingly.
@magnusvalterkaljuste9491
@magnusvalterkaljuste9491 Жыл бұрын
I did
How to Deploy a Django App and Postgres Database to Render
20:14
Pretty Printed
Рет қаралды 30 М.
Deploy a Django web app to Python Anywhere in 5 Mins [FREE]
9:26
Fast and Furious: New Zealand 🚗
00:29
How Ridiculous
Рет қаралды 41 МЛН
НРАВИТСЯ ЭТОТ ФОРМАТ??
00:37
МЯТНАЯ ФАНТА
Рет қаралды 8 МЛН
What it feels like cleaning up after a toddler.
00:40
Daniel LaBelle
Рет қаралды 84 МЛН
Эффект Карбонаро и нестандартная коробка
01:00
История одного вокалиста
Рет қаралды 10 МЛН
Deploy a Django web app to Python Anywhere [FREE]
19:04
Cloud With Django
Рет қаралды 125 М.
How To Deploy Django Application In CPANEL 2022 | SIMPLE
19:15
Bernard Mwanza
Рет қаралды 51 М.
How to Deploy Django Apps on Render - Full Tutorial - Free and Easy
35:23
How to Deploy a Fullstack Django Web App on Vercel.
25:26
Code With Clinton
Рет қаралды 24 М.
Deploy Python app to PythonAnywhere
15:25
Kev in Tech
Рет қаралды 30 М.
Deploy a Django web app to Vercel [FREE]
18:21
Cloud With Django
Рет қаралды 70 М.
Deploy Django Project & Postgresql Database to Render for Free | 2024
31:49
Deploy A Django Rest API on PythonAnywhere for Free.
28:59
Code With Clinton
Рет қаралды 4,7 М.
Fast and Furious: New Zealand 🚗
00:29
How Ridiculous
Рет қаралды 41 МЛН