Django Models.py - Django Databases #2

preview_player
Показать описание


In this video I'll show you how to create a Member table that records first name, last name, email address, password, and user age. We'll also register our model so that we can access it from the Django Admin area.
Рекомендации по теме
Комментарии
Автор

▶️ Watch Entire Django Database Playlist ✅ Subscribe To My YouTube Channel:
▶️ See More At: ✅ Join My Facebook Group:
Take $30 off with coupon code: youtube1

Codemycom
Автор

i like the way u start these awesome videos ...so much full of energy

yeerojcodes
Автор

I like this, u kept it very clear and simple..Thanks

anselsolomon
Автор

You are the smartest Django teacher, thank you very much!
Edit: i am learning a lot i am very grateful :)

thomaspaine
Автор

Thank you sir for such a exciting and informative content

spiralgaming
Автор

Excellent video my friend. Thank you so much. Very helpful.

juanmitilo
Автор

that was great pls keep the good tutorials

annisfun
Автор

Sir you are Incredible..!!!
U made it look like It was like teaching a person to eat ice cream...!!!
hahaha what an awesome trainer fantastic
🙂

vinu
Автор

To avoid the "Sublime" problem of italic, lower-case el looking upper-case change the font in preferences.
For example "Letter Gothic Std" works nicely.

brucebarrett
Автор

i think this is what we are talking about it sir yes?
witch admin can add some staffs in his website and user can like or do staffs also
i think this is the main of this tutorial ?

this what we need
any wway thnx so much for your time

TechWithSabri
Автор

I notice at 18:40 you hit save in the script and reload on the website, the change is immediate. Did you migrate again to do this because I've saved my work but still have members object there.

Cheers mate!

davecox
Автор

hi there, what is models.Model? I guess the first models is from django class, and what is the second Model mean?

JJ-otps
Автор

Sir what if we have a admin and I want to delete that admin and create a new superuser, will all the data of my project or website will be lost or the actions performed by the previous admin will be lost?

or there will be no change at all if i create a new super user with different name and password please help i am not able to access my previous admin and i am getting an error called as

User has no profile.


Please help

tripathi
Автор

Can you make a video...
How to integrate machine learning with tkinter
Or have a any idea about this please let me know.. Please

bhushanwagh
Автор

Where does this database reside? Was it SQL or something else?

udhayhakarthik
Автор

walter white in the world of programming
xd

toshiharu
Автор

Hi, how many years of experience do you have?

shoxruxsunnatov
Автор

The model is not showing in the admin page for me

yaboobayyaboobay
Автор

You're in the 3rd generation of sublime text. Upgrade to its 4th generation!

ecodersofficial
Автор

if you stuck with table error like i did use this command in new django update
python manage.py migrate --run-syncdb

ajaydubey