यह बहुत उपयोगी वीडियो है भाई... बहुत बहुत धन्यवाद🤟🥰🥰💥
@codeflute Жыл бұрын
Thank you. please support me bhai.
@EclipseCoder6 ай бұрын
Informative video thank it is working
@virendramali1754 Жыл бұрын
Thank you so much after spending whole day at the end of day i found your video and its really working, i have successfully deployed my Web Thank you Sir
@codeflute Жыл бұрын
Thanks for supporting
@_RahulDalvi Жыл бұрын
Thanks thanks thanks thanks, today is my internship submission task , i searched a lot about but nothing happened. But you explain me in simple way. 1 more subscriber added🙏🙏🙏
@codeflute Жыл бұрын
Thank you bhai
@legendsanimexy8217 Жыл бұрын
Hey brother can I ask you for some help
@codeflute Жыл бұрын
Yes brother
@legendsanimexy8217 Жыл бұрын
@@codeflute i am trying to host my django application but it's showing me a lot of erorr . DEPLOYMENT my project in pythonAnywhere bro .I want to host my website but it's showing errors . 1. First Error when I am trying install my packages after installing some it's showing me error about some whell . Says can't make wheel . Don't know what it is 2. Second error is after hosting the full website as per the procedure . Its showing error something went wrong Please help me bro
@codeflute Жыл бұрын
before create your project name(mysite,crud) you can zip after pythonanywhere terminal create env and install module one-by-one because some packages versions issue host panel ..
@Sd4ss10 ай бұрын
Thank you so much bhaiya!!! THANKS A LOT. finally hosted my site
@durgeshgupta939111 ай бұрын
With the help of this video I host my first django project Thanku 😊
@Dhaval-Hirole Жыл бұрын
बहुत बढ़िया सिखाया गुरूजी 🙏❤️
@Shivamkr8511 Жыл бұрын
thank you
@codeflute Жыл бұрын
You're welcome
@jarvisjs33402 ай бұрын
Great bro , you solve my problem , thanks a lot
@user-Shivamtiwar9 ай бұрын
thank you
@vishalbarge1063 Жыл бұрын
thank you so much to explain it in very easy way
@codeflute Жыл бұрын
Thank you Bhai subscribe my channel
@souravpandey7271 Жыл бұрын
@@codeflutebro pls help me out page not found ka error aara h
@ajinkya818 ай бұрын
Thank You Very Much 🙌🏻
@atulmeena4922 Жыл бұрын
Thank you for helping 👍
@EclipseCoder6 ай бұрын
Can you make video for vercel deployment for django
@mohammadasif6302 Жыл бұрын
❤
@subhamchakraborty313910 ай бұрын
Thank you❤❤❤❤
@siyagrawal9 ай бұрын
it is giving me module not found error for rest_framework. but the proj is running well in my local device. please reply as it's urgent. how can i resolve it
@codeflute9 ай бұрын
make your requirements.txt file in project and create virtual env in pythonanywhere terminal and activate Run command in pythonanywhere terminal :- python manage.py -r requirements.txt
@user-rn3eo3vo6z7 ай бұрын
plz make a seprate video from that@@codeflute
@mohanmedumer909Ай бұрын
Thank you sir ❤
@prasadbhakare-i5l14 күн бұрын
Sir project is big then how can deploy
@AshishKumar-tu3df Жыл бұрын
Kya hum same project ko delete kar kar ke dubara deploy kar sakte hain?
@codeflute Жыл бұрын
Han Bhai.
@AshishKumar-tu3df Жыл бұрын
@@codeflute Sir delete karne ka option kaha se aayega
@codeflute Жыл бұрын
Files per hi option mil jayega bhai delete ka bhai,
@codeflute Жыл бұрын
Jaha se apna project upload kartain ho side main down for directories. Wanha se bhi delete kar saktain ho. Ok bhai
@Tan_cannon9 күн бұрын
Hogya bhaiii
@haimedaabdrahman92657 ай бұрын
think you kanahy
@summaiyanazim53329 ай бұрын
After 3 months disabled mtlb again hosting krni hogi
@codeflute9 ай бұрын
Yes again hosting
@summaiyanazim53329 ай бұрын
@@codeflute again b free Mai hogi?
@codeflute9 ай бұрын
yes
@ScienceSwift8 ай бұрын
Thanks alot bro... Do you have any school management project.
@ShrihariShewale7 ай бұрын
I have while true loop in my project. Will it support in beginners account?
@codeflute7 ай бұрын
Yes, absolutely
@ShrihariShewale7 ай бұрын
@@codeflute is it true that website in beginners account runs only for several hours a day?
@mohdsajidmansuri2933 Жыл бұрын
Its only for small project, simple structure, i am deploying me face recognition project its does not work bcoz its does not have sufficient space in free environment.
@codeflute Жыл бұрын
Bro only 100mb space tak ka project upload kar saktain ho. Or Env banakar app ye face recognition ka bhi project upload kar saktain ho.
@mohdsajidmansuri2933 Жыл бұрын
@@codeflute env bana k hi kiya but nhi hora hai dlib library install hi nhi hori
@codeflute Жыл бұрын
Bhai pip install dlib ye bhi kar saktain ho ap. Env main
@srimanvaraprasadillingi7833Ай бұрын
sir i got error something went wrong could you pls resolve it
@sukhi_thorifinn2 ай бұрын
getting this error. Error running WSGI application 2024-08-06 19:34:40,139: ModuleNotFoundError: No module named 'mysite
@codeflute2 ай бұрын
Create another account and host
@newton013 ай бұрын
lakin index page on karna hota or usse dusre page par jaanahoto
@akojusowmya86266 ай бұрын
Sir how to connect it with data base
@Udyog2020-x8e Жыл бұрын
it is giving me this error anybody getting the same error plz help ; Error running WSGI application ModuleNotFoundError: No module named 'API.settings'
@codeflute Жыл бұрын
INSTALLED_APPS = [ 'api.apps.ApiConfig', 'app.apps.AppConfig', 'user.apps.UserConfig', if check --- > your app name like [ api or app or user ] and apps.py in class [ ApiConfig or AppConfig or UserConfig ] in settings.py for apps.py ]
@songsremixz88510 ай бұрын
Sir requested resource was not found on this server ye error aa raha hai Please help me 🙏🙏😭
@codeflute10 ай бұрын
Pip install -r requirements.txt
@songsremixz88510 ай бұрын
@@codefluteSame error hai abhi bhi sir please help me
@songsremixz88510 ай бұрын
@@codefluteMaine requirements.txt file abhi add kr ke pip install -r requirements.txt kiya sir phir bhi yahi show kr raha hai agar apke pas thoda samay ho to please reply karna 🙏🙏
@codeflute10 ай бұрын
bro. make sure the routes are correctly mapped to the corresponding functions or views. ya fir new register karke login karo phir se application banao try karo ho jyega
@songsremixz88510 ай бұрын
Sir agar aap Mera ye crud project upload kr dete to bahot help ho jati sir mujhe ye college me ye project show karna hai maine bahot mehnat se ye create Kiya hai. morning se hi try kr raha hu but nahi ho raha 😭😭 please sir help me 🙏🙏
@ironmanxthor-l1p Жыл бұрын
hello sir im getting error that no module found "project "
@codeflute Жыл бұрын
Django Project ka name change kardo like crud ,mysite ect. Error solve ho jayega okay..
@vamsikrishna80824 ай бұрын
bhai i will give you my pythonanywhere it is showing template doesnot exist
@codeflute4 ай бұрын
Use templates inside an app forlder
@vamsikrishna80824 ай бұрын
@@codeflute how to approach you could you send me telegram channel or mail
@codeflute3 ай бұрын
Settings.py file main check karo path. Ho Jayega solve
@girishchouhan964010 ай бұрын
Hello bro, I am facing error in hosting, when I host my main.css and images are not showing there. Help me bro please 🙏
@codeflute10 ай бұрын
Run command in pythonanywhere terminal. Python manage.py collectstatic
@zeeshanali4502 Жыл бұрын
it works but why the admin style is not working >>> it is just showing the basic html of django admin
@codeflute Жыл бұрын
Bhai run karo command:- python manage.py collectstatic . Fir project folder ki zip banao 100% working karegi
@zeeshanali4502 Жыл бұрын
@@codeflute yes I did it , it works too but dark mode is not enabled in django admin , BTW thanks
@MrX-bd2hp9 ай бұрын
Hello Bro, Only showing The Install worked successfully! Congratulations. What to do??
Bro page not found ka error aara h can u pls help me out??
@codeflute Жыл бұрын
Bhai fir se zip banao or upload karo or check karna first local per pages chl rha h ya nhi then upload karo fir.
@ZimbolaGaming Жыл бұрын
Bhai django website ke liye yeh trick work karigi kya
@codeflute Жыл бұрын
Yes.bro.
@VikrantPatil-yr8su Жыл бұрын
Thank you easy to do but My images are not loading in project can you help me to figure this out
@YouAreHacked698 ай бұрын
yes that is happening with me as well, have you found out any way then pls help...
@Artsmas Жыл бұрын
This process is worked for 3.11 python version ?
@codeflute Жыл бұрын
Any python 3+ version
@Artsmas Жыл бұрын
@@codeflute thanks 💖
@codeflute Жыл бұрын
Any problem in django or python or DRF connect via email.. thanks
@jaipirkashmalhi85389 ай бұрын
link kahan se copy hogi??
@codeflute9 ай бұрын
Konsa link copy karna h apko.
@remixmusic8835 Жыл бұрын
Aagil
@toshil09 Жыл бұрын
sir my static file is not loading
@codeflute Жыл бұрын
Settings.py STATIC_ROOT=os.path.join(BASE_DIRS / 'staticfile' ) Command :- python manage.py collectstatic This is working...
@Fitgamervlog3 ай бұрын
template does not exist dikha rha hai
@codeflute3 ай бұрын
Templates path check karo. Settings.py file main
@Fitgamervlog3 ай бұрын
@@codeflute ha bhai ho gaya thankyou .
@codeflute3 ай бұрын
👍
@abhaygupta62215 ай бұрын
Sir CSS didn't load properly how to load that
@codeflute5 ай бұрын
Run command:- python manage.py collectstatic
@codeflute5 ай бұрын
STATIC_URL = '/static/'
@abhaygupta62214 ай бұрын
@@codeflute how many projects I can deploy for free
@codeflute4 ай бұрын
If Multiple accounts. you can deploy multiple projects
@vamsikrishna80824 ай бұрын
how to solve it
@wahid686 Жыл бұрын
I have used pandas and plotly in the project. After the deployment the project is not working for them. How can I use them? 😢
@codeflute Жыл бұрын
1.create virtual environment 2. Pip freeze >requirements.txt 3.pip install -r requirements.txt it works well..
@codeflute Жыл бұрын
In python anywhere open console runs these commands.
@wahid686 Жыл бұрын
@@codeflute I tried your solution but didn’t work. Then I used chatgpt and got a solution. I went to the bash from there went to my project folder and did pip install pandas and pip install plotly. Then reloaded and went to the project link now it’s working. Thank you though. I am very happy 😄
@codeflute Жыл бұрын
Thank you again
@ZimbolaGaming Жыл бұрын
Zip file kaise banaye
@codeflute Жыл бұрын
Folder per right click karke zip ka option dekhega ok.
@ZimbolaGaming Жыл бұрын
Bhai mere pas bahot sare folder hai django website ke sabhi ko kaise zip karo .Bro plz reply😢
@codeflute Жыл бұрын
Bhai jis project ko live karna h bas usi ka zip banao . Kisi or ko nhi.
@ZimbolaGaming Жыл бұрын
Bro meri ek folder ke andar bahot sare folder hai .jaisa mai unzip karta hu to project ke sath sath dusri aur file bhi bahar aa jati hai. Jaise ki aapka sirf crud aaya tha mere me static temp aur dosti file bhi aayi hai
@rajeevkatiyar5897 Жыл бұрын
bhai shi bol rhe ho yrr same problem meri bhi hai kuch solution mila ho to mujhe bhi bta do bro @@ZimbolaGaming
@aakashyadav33519 ай бұрын
Video badiya thi par pta nhi q mera css apply nhi huwa or nahi img
@codeflute9 ай бұрын
In Pythonanywhere Terminal run :- python manage.py collectstatic
@YouAreHacked698 ай бұрын
@@codeflute setting me base_dir bhi add kar diya then ye command bhi successfuully run kar diya still css and img nahi aa rahi hai
@Shorts_77963 ай бұрын
Ye tho gya ab database kesee add kre
@Shorts_77963 ай бұрын
Cant connect mysql aa rha h
@codeflute3 ай бұрын
Connect MySQL live server
@Artsmas Жыл бұрын
Pls answer
@codeflute Жыл бұрын
Which question bro .
@ZimbolaGaming Жыл бұрын
I got Error bro TemplatesDoesNotExist at /. Pls help
@codeflute Жыл бұрын
Option 1 :- Bhai settings.py file main Jake.. templates main . BASE_DIRS / " templates folder ka name", Option 2 :- app ke ander templates file banalo . Problem solved ho ayegi.. ok bro.
@ZimbolaGaming Жыл бұрын
@@codeflute nahi solve huwa🥺..bro insta account do mai pic send karoga
@ZimbolaGaming Жыл бұрын
Sir i am getting error like Something went wrong :-( plz try again later ... Plz hepl😢
@codeflute Жыл бұрын
1. First change project name . 2. Ya create env or set kare. Pip install -r requirements.txt