Deploy a Django web app to Python Anywhere in 5 Mins [FREE]

  Рет қаралды 21,781

Code Gyaan

Code Gyaan

Күн бұрын

Пікірлер: 85
@programmed_creature
@programmed_creature Ай бұрын
You are like amazing. I ran through tons of youtube videos for the correct guidance. I didn't receive such a clear explanation before. Man, keep working, you're going to rock
@KamranZParacha
@KamranZParacha 8 күн бұрын
This one tutorial helped us all the way! Thanks!!!
@codegyaan
@codegyaan 5 күн бұрын
Glad to know that.
@Shauryasingh-m4j
@Shauryasingh-m4j 2 ай бұрын
I just wanted to say that your videos are absolutely awesome! You explain everything so well
@codegyaan
@codegyaan 2 ай бұрын
Glad you like them! Do share with your friends , help me get some subs !!!
@PotenDaj
@PotenDaj 8 ай бұрын
Bhut acha laga mujhe bhi samajh aa gya good awesome
@nandeeshhiremath8623
@nandeeshhiremath8623 9 ай бұрын
Nice..helpful
@codegyaan
@codegyaan 8 ай бұрын
Glad it helped
@msrtv1126
@msrtv1126 Ай бұрын
Nice video bro
@codegyaan
@codegyaan 28 күн бұрын
Thanks
@CodingBRO
@CodingBRO 5 ай бұрын
my website got deployed ,but i have images in that ,it is not rendering,only the text is showing,plz reply bro
@codegyaan
@codegyaan 5 ай бұрын
watch the video carefully and make changes to the directly according to your project .
@nitishdurga2704
@nitishdurga2704 4 ай бұрын
hello sir, eralier i saw you video and deployed my website and it worked fine. but later when i updated my code and once againg deployed my code it didnot work. it was saying module not found error for the module that i didnot even use.
@codegyaan
@codegyaan 3 ай бұрын
Did it work or are you still facing the issue? No sir bro. Bro is fine.
@akojusowmya8626
@akojusowmya8626 8 ай бұрын
Thank you sir.but how to connect it with database
@codegyaan
@codegyaan 8 ай бұрын
Glad it helped! Will upload soon! Stay subscribed.
@vijay.gholve
@vijay.gholve 5 ай бұрын
bro mera project bada aur usme django default database use kiyà hai so deploye karne problem aa raha hai
@vijay.gholve
@vijay.gholve 5 ай бұрын
if you don't m mind can you give me your number
@codegyaan
@codegyaan 5 ай бұрын
Bro default me prob nhi hona chahie
@cryptolove9992
@cryptolove9992 3 ай бұрын
Thanks bro for this video, very helpful
@codegyaan
@codegyaan 3 ай бұрын
Glad it helped
@AwalSharif-ix5yk
@AwalSharif-ix5yk 8 ай бұрын
i tried extracting the file but it says cannot find or open filename.
@AwalSharif-ix5yk
@AwalSharif-ix5yk 8 ай бұрын
so i found the solution by putting the filename in a single quote.
@codegyaan
@codegyaan 8 ай бұрын
great !!
@codegyaan
@codegyaan 8 ай бұрын
you can also clone your project from github if you want only few things changes rest of the processes remains same.
@ShivamGupta45102
@ShivamGupta45102 7 ай бұрын
static file is not showing in my project
@codegyaan
@codegyaan 7 ай бұрын
there can be multiple reasons for that - try changing the path for your static files. your problem might be listed here ,check it once -help.pythonanywhere.com/pages/DjangoStaticFiles/
@ShubhamSourabh-sz5se
@ShubhamSourabh-sz5se 7 ай бұрын
I deploy django project on pythonanywhere it successfully deploy but is shows template does not exit but in localhosr app is perfectly working plz tell me what to do i m too much confused what to do
@codegyaan
@codegyaan 7 ай бұрын
Check this line, inside your Template in the settings.py file [os.path.join(BASE_DIR, 'Templates'),], you are adding , behind ( BASE_DIR, 'Template') Remove it now and try again
@mbungaimichaelbernard3717
@mbungaimichaelbernard3717 4 ай бұрын
Thanks , it was very helpful and I was able to host my website
@codegyaan
@codegyaan 3 ай бұрын
Glad it helped
@admin14688
@admin14688 Ай бұрын
its working thanks ...................
@rohitrawat4055
@rohitrawat4055 20 күн бұрын
In my project there's no any static file , is there any issue in uploading it
@codegyaan
@codegyaan 20 күн бұрын
No sir
@Chandril-p2g
@Chandril-p2g 3 ай бұрын
hello sir can you make a video from where you make the auto portfolio maker? i liked the website
@codegyaan
@codegyaan 2 ай бұрын
You can check it out on my GitHub-- github.com/akashbhaskar2011/Portfolio_generator.git
@remixesandmashups4826
@remixesandmashups4826 6 ай бұрын
actually the i got a wsgi error i did exactly u said buts its not deploying
@codegyaan
@codegyaan 6 ай бұрын
i have added few things that need to be done check it in the description section. if it wont work let me know
@remixesandmashups4826
@remixesandmashups4826 6 ай бұрын
@@codegyaan I have did that too but ain't working
@abdulrehmanrais1077
@abdulrehmanrais1077 2 ай бұрын
@@remixesandmashups4826 did you find the solution?? I am facing same problem.
@vemanaveen7751
@vemanaveen7751 7 ай бұрын
nice bro very helpful
@codegyaan
@codegyaan 7 ай бұрын
Glad it helped.
@Tan_cannon
@Tan_cannon Ай бұрын
Bhai sqlite ka data will be gone you said so how to migrate the data 😰?
@GamerNoob-Tech
@GamerNoob-Tech 6 ай бұрын
hy i have done each step as shown in video my project is dashboard wth postgresql it may have problem something went wrong saying in browser
@codegyaan
@codegyaan 6 ай бұрын
if you want to use postgres then you need to get paid plan of pythonanywhere.
@GamerNoob-Tech
@GamerNoob-Tech 6 ай бұрын
@@codegyaan thanks for help
@TheLoneMan-fk2iu
@TheLoneMan-fk2iu 7 ай бұрын
show a video on how to do the procfile, requirement.txt and the rest
@codegyaan
@codegyaan 7 ай бұрын
this tutorial was just to make things simple and host the beginner friendly projects.i will surely make a video on your prob in some time. thanks for the input.
@sleeplessfella1205
@sleeplessfella1205 4 ай бұрын
Will this method work for serving react frontend as html via Django views
@codegyaan
@codegyaan 4 ай бұрын
i have not tried that way , but give it a try . forum related to your querry- www.pythonanywhere.com/forums/topic/27473/
@sleeplessfella1205
@sleeplessfella1205 4 ай бұрын
@@codegyaan thanks I appreciate your help
@prasadbhakare-i5l
@prasadbhakare-i5l Ай бұрын
Sir my project is too big that is not working
@coderush24
@coderush24 3 ай бұрын
Can I deploy Django Rest framework in the same way?
@codegyaan
@codegyaan 3 ай бұрын
Give it a try
@MyroslavRepin
@MyroslavRepin 4 ай бұрын
Why django styles for admin panel not work?
@codegyaan
@codegyaan 3 ай бұрын
There are two ways to fix this. The ugly/hacky way is to add a specific static files mapping pointing at the django admin css folder: url: /static/admin path: /usr/local/lib/python3.10/dist-packages/django/contrib/admin/static/admin/ (or the path to the same folder inside your virtualenv, if you're using one) But that's an ugly hack, and you'll soon run into problems with the rest of your CSS not loading. The "proper" way to do it is to make sure you've got django.contrib.admin loaded in your INSTALLED_APPS, and then run collectstatic. There's a full guide to django static files here--help.pythonanywhere.com/pages/DjangoStaticFiles
@remixesandmashups4826
@remixesandmashups4826 6 ай бұрын
hey i wanna connect with you i have some doubts
@codegyaan
@codegyaan 6 ай бұрын
tell me the error.
@gamingarea9011
@gamingarea9011 5 ай бұрын
Not working. After deploying it is saying something went wrong.
@codegyaan
@codegyaan 5 ай бұрын
try taking help from Chatgpt a bit !
@sir-stevenc.gwoleh.3672
@sir-stevenc.gwoleh.3672 4 ай бұрын
why did you select python 3.10?
@codegyaan
@codegyaan 3 ай бұрын
Because my project was dependent on that
@YT4ntertainment
@YT4ntertainment 7 ай бұрын
Hey bro, are you currently working for any company?
@codegyaan
@codegyaan 7 ай бұрын
Not yet
@StillDeveloper
@StillDeveloper 5 ай бұрын
why the styles is not being displayed sir
@codegyaan
@codegyaan 5 ай бұрын
error?
@maazshaikh7905
@maazshaikh7905 5 ай бұрын
how to specify the media directory for user uploads
@codegyaan
@codegyaan 5 ай бұрын
its explained in the video !
@indracreations384
@indracreations384 2 ай бұрын
Hlo bro how can upload the django with media file plzz reply bro
@codegyaan
@codegyaan 2 ай бұрын
this project already uses media files like static images .
@adetolaayeni1143
@adetolaayeni1143 6 ай бұрын
my admin page of the site is messed up
@codegyaan
@codegyaan 6 ай бұрын
ummm, in my case it worked try not to miss any steps and also read the description for setting up wsgi file.
@Samital-fl7yx
@Samital-fl7yx 6 ай бұрын
I have difficulty to host my project after watching your video can you help me ????? Its urgent
@codegyaan
@codegyaan 5 ай бұрын
error?
@kranthikiran9914
@kranthikiran9914 7 ай бұрын
100 seconds is enough for one day?
@codegyaan
@codegyaan 7 ай бұрын
?
@36-tycm-i-riteshmahale54
@36-tycm-i-riteshmahale54 5 ай бұрын
i host my small production projects there its more than enough
@KillerxEditz
@KillerxEditz 4 ай бұрын
i got server error
@codegyaan
@codegyaan 3 ай бұрын
You must have missed some step
@taihatranduc8613
@taihatranduc8613 4 ай бұрын
you saved me
@pawanpal1849
@pawanpal1849 2 ай бұрын
something went wrong
@codegyaan
@codegyaan 2 ай бұрын
Try to make it right
@saichandugirra4152
@saichandugirra4152 3 ай бұрын
bro have got error after save code do reload and open configuration in new tap got error something went wrong
@codegyaan
@codegyaan 2 ай бұрын
you can dm me if you want i can help you there .
Learn Django in 1 hr with Project
49:34
Code Gyaan
Рет қаралды 1 М.
Deploy a Django web app to Python Anywhere [FREE]
19:04
Cloud With Django
Рет қаралды 147 М.
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 60 МЛН
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 63 МЛН
Deploy a Django Web App on PythonAnywhere.
16:11
Code With Clinton
Рет қаралды 30 М.
Free 2020 Django Website Hosting in 5 Minutes - Heroku
9:28
StudyGyaan
Рет қаралды 78 М.
Deploy a Django Web App to Amazon EC2 Instance  | 2024
16:26
THE PROTON GUY
Рет қаралды 15 М.
The 4 best ways to deploy a Django application
7:01
London App Developer
Рет қаралды 123 М.
Deploy Your Django App on Heroku: Step-by-Step Guide for Beginners
14:32
GAURAV KUMAR JAIN
Рет қаралды 1,2 М.
Flutter just got Flocked! What does it mean for Flutter's future?
11:26
Maximilian Schwarzmüller
Рет қаралды 77 М.
Best Platforms to Host Python Apps (for free!!)
9:50
Patrick Loeber
Рет қаралды 137 М.
Deploy a Django web app to Vercel [FREE]
18:21
Cloud With Django
Рет қаралды 87 М.
Deploy Django Website To PythonAnywhere
12:03
Benjamin Carlson
Рет қаралды 36 М.
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 60 МЛН