Тёмный
KenBroTech
KenBroTech
KenBroTech
Подписаться
This is Kenneth Broni from KenBroTech. KenBroTech provides programming tutorials with specific interest in HTML, CSS, Python and the Django Framework. KenBroTech also works in Machine Learning and Geo-spatial web solutions. At KenBroTech, we say learn programming, you can do it.
Git Tutorials for Beginners
27:26
Год назад
Git Tutorials for Beginners
20:48
Год назад
Комментарии
@grace_cp14
@grace_cp14 4 дня назад
This tutorial failed to achieve its goal of modifying the built-in email template. I watched it till the very end. The username and the first name were not displayed in the email.
@44OperationsGeneral
@44OperationsGeneral 6 дней назад
i got this error message : from .forms import CreateUserForm, UserUpdateForm, ProfileUpdateForm ImportError: cannot import name 'UserUpdateForm' from 'user.forms'
@kingsley.D.
@kingsley.D. 7 дней назад
Thanks.
@kingsley.D.
@kingsley.D. 9 дней назад
Nice tutorial. Wanna add though that it would've been more intuitive if we wrote the login and logout 'Views' ourselves. Either way, thanks for the tutorial. I'm happy to know there's another method.
@sheriffsakara6597
@sheriffsakara6597 9 дней назад
Thanks very much
@TheHabibpk
@TheHabibpk 11 дней назад
please prepare a full advance project for inventory of invoice management with reports
@taofeeqadekunle777
@taofeeqadekunle777 14 дней назад
<form action="" method="post"> <div class="alert alert-danger"> {% csrf_token %} <h3>You are logged out</h3> </div> <a href="{% url 'user-login' %}">login</a> </form>
@taofeeqadekunle777
@taofeeqadekunle777 14 дней назад
Hello Ken please sorry to ask, i've tried to resolve this error "Method not allowed(GET): /logout/ after using this in my logout.html
@taofeeqadekunle777
@taofeeqadekunle777 15 дней назад
Wao! This is one of the best online tutorial i have ever seen. I really learned a lot, i pray to Almighty God to increase in knowledge and bless you abundantly
@AnthonyAllen-dy8ju
@AnthonyAllen-dy8ju 16 дней назад
Please also do a video for product price, sale modules and sale report, this will make this web app a complete on. thanks for the good job
@patrice9543
@patrice9543 20 дней назад
Awesome video. Keep it up !
@adombamorgan-asiedu6853
@adombamorgan-asiedu6853 23 дня назад
If I would like to change the color of the text for the bar graph how would I go about it?? great video
@lifewithtayo5397
@lifewithtayo5397 Месяц назад
the forms on my update pages are not showing, I see cancel and update but thats it, help please
@lifewithtayo5397
@lifewithtayo5397 Месяц назад
It is very difficult to follow along, seeing as the source code is the completed project, I often have errors because the code includes things that dont yet exist. I have to go through everything and try to figure out what to delete. Please could you for future projects provide the pages you are copying and pasting from so we can follow along better.
@kafuitv
@kafuitv Месяц назад
Will this teach me programming for electronic engineering and how to link programming to electronics like rasperry pi?
@riyanghanchi79
@riyanghanchi79 Месяц назад
where is requirment.txt file bro
@Marfo_Finance
@Marfo_Finance Месяц назад
🙏
@jkho2085
@jkho2085 Месяц назад
login all good, but have no idea why logout is working. It showing the page isnt working and HTTP ERROR 405
@taofeeqadekunle777
@taofeeqadekunle777 15 дней назад
use a form tag for your logout with a post method
@JoshuaAkoey
@JoshuaAkoey Месяц назад
Thank you sir 👍
@kingsley.D.
@kingsley.D. Месяц назад
Nice tutorial, thanks. I have a question. Can "include" and "extend" be used interchangeably?
@mihirsanghvi8152
@mihirsanghvi8152 Месяц назад
you are not explaining things what every command means and how is it run in the background. You are just using them but not giving insights about it. You are doing as if you are doing it for yourself and not "teaching" it. This is the biggest challenge with programmers when they teach something, they think everyone knows how to code and just keep on doing stuff but doesn't really tell you why you need to do it in a certain way and what are the things you shouldn't do and why. You never answered questions Why ONLY this way???????? in your course
@KenBroTech
@KenBroTech Месяц назад
I appreciate your constructive criticism. I have been busy very often but I would be glad to address any concerns you have. I suggest you watch the videos in the order in which I have presented them. Please watch at least the first 5 and I believe you would appreciate the content. Thank you
@AkatengEmmanuella
@AkatengEmmanuella Месяц назад
I did same but its not appearing in the terminal
@KenBroTech
@KenBroTech Месяц назад
Since you are working on functions, please check your indentation.
@AkatengEmmanuella
@AkatengEmmanuella Месяц назад
where from the zip...a bit confused
@KenBroTech
@KenBroTech Месяц назад
zip is a function that helps you put together or zip two iterate sequence so you can run a loop simultaneously
@sanjammanagi6562
@sanjammanagi6562 Месяц назад
A good course indeed
@abhilashn2993
@abhilashn2993 Месяц назад
Wonderful, really quick and simple way to install. Thanks for making video.
@KenBroTech
@KenBroTech Месяц назад
Glad it helped
@Bravoranger1
@Bravoranger1 Месяц назад
💝💝💝
@davidonyekachi9600
@davidonyekachi9600 Месяц назад
Really straight forward and easy to understand videos , thank you so much !!
@safetytony
@safetytony 2 месяца назад
I enjoy your tutorials and it's clear to me. Pls I'm facing some challenges with the django-admin is giving me an error so I can't make progress pls help me out
@user-jj4pw9fs3y
@user-jj4pw9fs3y 2 месяца назад
Hello Broni it’s like your instagram link on your page is not working
@AlexanderKwalsh
@AlexanderKwalsh 2 месяца назад
The files are not complete complete in the github download
@jamesalwina.aljecera1090
@jamesalwina.aljecera1090 2 месяца назад
Thanks you KenBroTech for this amazing tutorial. I know this video had been released for a very long time but I think it is still useful and applicable😍
@oktjona
@oktjona 2 месяца назад
mine shows product object (1) even after adding def __str__(self): return f'{self.name}-{self.quantity}'
@bunny-xs5xc
@bunny-xs5xc 2 месяца назад
thank you for explaining why you do everything! so helpful!! :3
@kittyaspink8651
@kittyaspink8651 2 месяца назад
Best ❤❤
@bioqu92
@bioqu92 2 месяца назад
Hi Ken, awesome tutorials, really easy to follow. Have a question in the registration page keep appearing this section Password-based authentication, and I don't know how ti remove it
@valerianaerospace3268
@valerianaerospace3268 2 месяца назад
I have from getpass import getpass in my code, but when I run the code, the input function for password doesnt appear. Why is that? Does the getpass file need to be downloaded?
@dennismensah7604
@dennismensah7604 2 месяца назад
Thank you sir... This videos are really helping
@kittyaspink8651
@kittyaspink8651 2 месяца назад
thank you
@ThambiKruthi-lp4qm
@ThambiKruthi-lp4qm 2 месяца назад
I made a blog with the reference from your playlist and I will be publishing that blog. Thank you so much Kenbrotech..
@ThambiKruthi-lp4qm
@ThambiKruthi-lp4qm 2 месяца назад
Thank you so much Kenbrotech 🥰🥰
@sushilsonawane4280
@sushilsonawane4280 2 месяца назад
my login_requrired is not working after applying login url also still it's accessible through the url's directly.
@Bravoranger1
@Bravoranger1 2 месяца назад
GREAT👍👍
@kartikeyverma5734
@kartikeyverma5734 2 месяца назад
crispy bootstrap error- ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-XYpdfpRArmM.html
@mauriciopino5984
@mauriciopino5984 2 месяца назад
Gracias, funciona ok. saludos
@kittyaspink8651
@kittyaspink8651 2 месяца назад
thank you!! it helped me so much
@vincepham199
@vincepham199 3 месяца назад
WOW The Gunners 🤌🤌🤌
@kenenisakejela5558
@kenenisakejela5558 3 месяца назад
Thank you Great
@Bravoranger1
@Bravoranger1 3 месяца назад
GREAT👍
@dennismensah7604
@dennismensah7604 3 месяца назад
Thank you sir very helpful
@khushijain2621
@khushijain2621 3 месяца назад
The solution to TemplateDoesNotExist error of crispy_forms is -----> step1 :- pip install crispy-bootstrap5 (in Terminal) step2 :- INSTALLED_APPS = [ (in settings.py) ... 'crispy_forms', 'crispy_bootstrap5', ... ] step 3 :- CRISPY_TEMPLATE_PACK = 'bootstrap5' (in settings.py)
@guanghuang2517
@guanghuang2517 Месяц назад
thank you so much for the solution!!
@mannnanshaikh7608
@mannnanshaikh7608 3 месяца назад
If you are having any problems regarding crispy forms just make the following changes: INSTALLED_APPS = ( ... "crispy_forms", "crispy_bootstrap4", ... ) CRISPY_ALLOWED_TEMPLATE_PACKS = "bootstrap4" CRISPY_TEMPLATE_PACK = "bootstrap4" also run following command in terminal: pip install crispy-bootstrap4