Тёмный
Code Gyaan
Code Gyaan
Code Gyaan
Подписаться
Hi there. I am software engineer with working experience on Fintech, Transport, Enterprise applications building.

Learn Django in 1 hr with Project
49:34
4 месяца назад
Implement curry function in Javascript
2:13
5 месяцев назад
How to Speed Up YouTube Videos  2x, 3x, & more
1:53
5 месяцев назад
Комментарии
@Shauryasingh-m4j
@Shauryasingh-m4j 2 дня назад
I just wanted to say that your videos are absolutely awesome! You explain everything so well
@codegyaan
@codegyaan 19 часов назад
Glad you like them! Do share with your friends , help me get some subs !!!
@pawanpal1849
@pawanpal1849 7 дней назад
something went wrong
@codegyaan
@codegyaan 5 дней назад
Try to make it right
@Chandril-p2g
@Chandril-p2g 9 дней назад
hello sir can you make a video from where you make the auto portfolio maker? i liked the website
@codegyaan
@codegyaan 4 дня назад
You can check it out on my GitHub-- github.com/akashbhaskar2011/Portfolio_generator.git
@shreyas.dmohan1830
@shreyas.dmohan1830 11 дней назад
when I am downloading and opening the apps there is a sign at the bottom saying Activate ,can you please tell how to activate it because all the options are not available to use (like save, paste etc)
@mohitarora2190
@mohitarora2190 14 дней назад
nice but u have not covered the cleanup effect.
@codegyaan
@codegyaan 13 дней назад
Yes you need to return a function from an effect which will be executed on unmount.
@coderush24
@coderush24 16 дней назад
Can I deploy Django Rest framework in the same way?
@codegyaan
@codegyaan 14 дней назад
Give it a try
@melanieleboeuf6816
@melanieleboeuf6816 17 дней назад
It is not working for me. I have followed every step and the apps are still not activated. Could you please help me?
@codegyaan
@codegyaan 13 дней назад
in that case ,uh will have to buy it.
@princesinha4717
@princesinha4717 7 дней назад
Use this link for office and volume serializer
@gulfamshahzad7716
@gulfamshahzad7716 17 дней назад
Its Great. Working Fine. Should we go for the Microsoft Update
@codegyaan
@codegyaan 17 дней назад
I have not tried that yet. You can give it a try. If it does n0t work you can always uninstall and install.
@otfxsahil4799
@otfxsahil4799 18 дней назад
which application you are using for py code
@codegyaan
@codegyaan 18 дней назад
PyCharm
@saichandugirra4152
@saichandugirra4152 18 дней назад
bro have got error after save code do reload and open configuration in new tap got error something went wrong
@MwishaLudack
@MwishaLudack 22 дня назад
Good job buddy.
@codegyaan
@codegyaan 22 дня назад
Thanks 👍
@pawansonole9127
@pawansonole9127 Месяц назад
good content for how many days office will be usable ?
@codegyaan
@codegyaan 28 дней назад
Use it till it’s working. Uninstall and install again. It will work again. Keep x-celing
@monishathanikaimani2825
@monishathanikaimani2825 Месяц назад
Thank you 🙏
@codegyaan
@codegyaan Месяц назад
You’re welcome 😊 Subscribe and share with your friends :)
@cryptolove9992
@cryptolove9992 Месяц назад
Thanks bro for this video, very helpful
@codegyaan
@codegyaan Месяц назад
Glad it helped
@KhepriEdits5
@KhepriEdits5 Месяц назад
ty!
@codegyaan
@codegyaan Месяц назад
Your welcome
@user-san-chous
@user-san-chous Месяц назад
Why you didn't add "pc" to the title? Everyone can change on pc. People want to know how to change on phone
@codegyaan
@codegyaan 28 дней назад
There is no way on phone.
@MyroslavRepin
@MyroslavRepin Месяц назад
Why django styles for admin panel not work?
@codegyaan
@codegyaan Месяц назад
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
@sir-stevenc.gwoleh.3672
@sir-stevenc.gwoleh.3672 Месяц назад
why did you select python 3.10?
@codegyaan
@codegyaan Месяц назад
Because my project was dependent on that
@mbungaimichaelbernard3717
@mbungaimichaelbernard3717 Месяц назад
Thanks , it was very helpful and I was able to host my website
@codegyaan
@codegyaan Месяц назад
Glad it helped
@sujalgupta6100
@sujalgupta6100 Месяц назад
can we use arrow function as the inner function to return? Shouldn't we use use arrow function ideally as it will not have its own context
@codegyaan
@codegyaan Месяц назад
Give it a try
@KillerxEditz
@KillerxEditz Месяц назад
i got server error
@codegyaan
@codegyaan Месяц назад
You must have missed some step
@nitishdurga2704
@nitishdurga2704 Месяц назад
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 28 дней назад
Did it work or are you still facing the issue? No sir bro. Bro is fine.
@taihatranduc8613
@taihatranduc8613 2 месяца назад
you saved me
@sleeplessfella1205
@sleeplessfella1205 2 месяца назад
Will this method work for serving react frontend as html via Django views
@codegyaan
@codegyaan Месяц назад
i have not tried that way , but give it a try . forum related to your querry- www.pythonanywhere.com/forums/topic/27473/
@sleeplessfella1205
@sleeplessfella1205 Месяц назад
@@codegyaan thanks I appreciate your help
@danielenrico8124
@danielenrico8124 2 месяца назад
Thanks for this great walkthrough. Quick question though, why do we have to set the ref initially to null?
@codegyaan
@codegyaan 2 месяца назад
We can set the cb function too initially as ref. Not an issue. Both are correct
@StillDeveloper
@StillDeveloper 2 месяца назад
why the styles is not being displayed sir
@codegyaan
@codegyaan 2 месяца назад
error?
@gamingarea9011
@gamingarea9011 2 месяца назад
Not working. After deploying it is saying something went wrong.
@codegyaan
@codegyaan 2 месяца назад
try taking help from Chatgpt a bit !
@דמכי11
@דמכי11 2 месяца назад
W
@codegyaan
@codegyaan 2 месяца назад
X
@CodingBRO
@CodingBRO 2 месяца назад
my website got deployed ,but i have images in that ,it is not rendering,only the text is showing,plz reply bro
@codegyaan
@codegyaan 2 месяца назад
watch the video carefully and make changes to the directly according to your project .
@maazshaikh7905
@maazshaikh7905 3 месяца назад
how to specify the media directory for user uploads
@codegyaan
@codegyaan 2 месяца назад
its explained in the video !
@vijay.gholve
@vijay.gholve 3 месяца назад
bro mera project bada aur usme django default database use kiyà hai so deploye karne problem aa raha hai
@vijay.gholve
@vijay.gholve 3 месяца назад
if you don't m mind can you give me your number
@codegyaan
@codegyaan 3 месяца назад
Bro default me prob nhi hona chahie
@Samital-fl7yx
@Samital-fl7yx 3 месяца назад
I have difficulty to host my project after watching your video can you help me ????? Its urgent
@codegyaan
@codegyaan 3 месяца назад
error?
@adetolaayeni1143
@adetolaayeni1143 3 месяца назад
my admin page of the site is messed up
@codegyaan
@codegyaan 3 месяца назад
ummm, in my case it worked try not to miss any steps and also read the description for setting up wsgi file.
@remixesandmashups4826
@remixesandmashups4826 3 месяца назад
actually the i got a wsgi error i did exactly u said buts its not deploying
@codegyaan
@codegyaan 3 месяца назад
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 3 месяца назад
@@codegyaan I have did that too but ain't working
@remixesandmashups4826
@remixesandmashups4826 3 месяца назад
hey i wanna connect with you i have some doubts
@codegyaan
@codegyaan 3 месяца назад
tell me the error.
@bananad3798
@bananad3798 3 месяца назад
Огромное тебе спасибо!
@codegyaan
@codegyaan 3 месяца назад
Your welcome
@GamerNoob-Tech
@GamerNoob-Tech 3 месяца назад
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 3 месяца назад
if you want to use postgres then you need to get paid plan of pythonanywhere.
@GamerNoob-Tech
@GamerNoob-Tech 3 месяца назад
@@codegyaan thanks for help
@ROHITkumar76355
@ROHITkumar76355 3 месяца назад
Very informative videos
@codegyaan
@codegyaan 3 месяца назад
Glad it helped.
@pr1meKun
@pr1meKun 3 месяца назад
Good to see you back
@Sapitoshka
@Sapitoshka 3 месяца назад
Я не понимаю 😭😭😭😭😭😭
@ROHITkumar76355
@ROHITkumar76355 3 месяца назад
В следующий раз он попробует кодировать и на русском языке😂😂
@Sapitoshka
@Sapitoshka 3 месяца назад
@@ROHITkumar76355 я не понимаю не только английский язык, я не понимаю также информатику 😒
@codegyaan
@codegyaan 3 месяца назад
@@Sapitoshka we will teach you
@Sapitoshka
@Sapitoshka 3 месяца назад
@@codegyaan I don't have the money to pay your tuition, and anyway, I'm going to be a lawyer, not a computer scientist. 😈
@codegyaan
@codegyaan 3 месяца назад
@@Sapitoshka That's why we are on youtube
@jyotiprasadpatil5300
@jyotiprasadpatil5300 4 месяца назад
Great going akash
@codegyaan
@codegyaan 4 месяца назад
🥳
@ritikasinha9660
@ritikasinha9660 4 месяца назад
Thanku for sharing this video❤
@codegyaan
@codegyaan 4 месяца назад
Glad you found it helpful!
@NishantKumar-ir2cn
@NishantKumar-ir2cn 4 месяца назад
great project to start with ,for college students .. keep it up
@codegyaan
@codegyaan 4 месяца назад
Thank you, I will
@uyletruong9091
@uyletruong9091 4 месяца назад
So inline-flex is combined between inline and flex 😂
@codegyaan
@codegyaan 4 месяца назад
True 😅
@codegyaan
@codegyaan 4 месяца назад
Great catch
@ankushmaurya9426
@ankushmaurya9426 4 месяца назад
@codegyaan
@codegyaan 4 месяца назад
Glad it helped
@deeplahiri5668
@deeplahiri5668 4 месяца назад
Awesome project
@codegyaan
@codegyaan 4 месяца назад
Thank you! Cheers!
@bhushandharne8827
@bhushandharne8827 4 месяца назад
Great Project...
@codegyaan
@codegyaan 4 месяца назад
Thank you! Cheers!
@TheLoneMan-fk2iu
@TheLoneMan-fk2iu 4 месяца назад
show a video on how to do the procfile, requirement.txt and the rest
@codegyaan
@codegyaan 4 месяца назад
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.
@akashbhaskar.2011
@akashbhaskar.2011 4 месяца назад
pro
@codegyaan
@codegyaan 4 месяца назад
@kranthikiran9914
@kranthikiran9914 4 месяца назад
100 seconds is enough for one day?
@codegyaan
@codegyaan 4 месяца назад
?
@36-tycm-i-riteshmahale54
@36-tycm-i-riteshmahale54 2 месяца назад
i host my small production projects there its more than enough