Python Django Tutorial 2018 for Beginners Part 2 - How to Create Models and Use Django Admin

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

In this video, we are going to cover the Python Django docs part 2 of writing your first app. This video will show you how to create models and use django admin

We'll be covering web development with the Python Django framework in 2018.

Enroll in Learn Python™ course

==================================================
Connect With Me!

Snapchat ► Rafeh1
Рекомендации по теме
Комментарии
Автор

U r more of a motivational speaker than programmer

tribesilicon
Автор

great dude you explain every steps as shown as on django official website. i think django is major player of web development in the coming years. thanks for the video

dangeankit
Автор

I hope you keep working on this series, I am learning so much!

jpablo
Автор

Please zoom in to text editor and docs

saitejach
Автор

please help me am having same kind of error when putting "python manage.py makemigrations polls" what can i do please help me

elliotkamanga
Автор

I was following the first app tutorial from the official Django documentation and got this error when trying to save some changes made through the admin page. Looking for support.

ERROR: Operational Error at
no such table: main.auth_user__old

pytechsolutions
Автор

#Qazi you are my motivation thanks for django videos

syedyousafali
Автор

the only difference here in my case is your "mysite", I've named it "Blog" for some shitty reason but the point is: when you do the "polls.app.PollsConfig" on installed apps, I've done it here and it just didn't worked, in fact, I've done it (since I've been learning a few from another tutorial) since the beginning considering nothing was working without this step and I've wrote simply " 'blog', " on the installed apps to make it work (as I learned in other video), if I do the same as you it return a issue. I'm not saying you are wrong, far from that, you are following the tutorial and clearly (omg) have tons more experience than me... I simply don't understand certain things, I've needed to do some steps different to achieve the same result.

lucascyrne
Автор

i learn django at first but i read about flask and i think flask more simple than django, and after that i watch your video and that is amazing, very good work, keep doing this stuff. And if you can, please make video about flask tutorial, hmm and about google app engine is good i think.

veddhaedsa
Автор

Awesome buddy! Have been waiting for this since a long time! Looking Forward for more.

helloworld
Автор

Hey Qazi thank you so much I made request of admin system in part 1 you did it thank you so much qazi your really awsome

naveed
Автор

brother, I am getting something like(Traceback (most recent call last): File "manage.py", line 15, in <module>
cmd pmpt after running the command "python manage.py makemigrations polls"

mitra
Автор

If i don't do :
>>> c = hacking again', votes=0)

Then this doesnt work, why?
# And vice versa: Question objects get access to Choice objects.
>>> q.choice_set.all()

niewiemcotologin
Автор

#qazi i need some help, i dont know why my Django Admin pages are not displaying the CSS at all.How can i fix

Drognus
Автор

Clever Programmer can you finish Cody Academy python tutorial i don't understand class system.

ExSparticus
Автор

Hello Qazi, I'm really excited about the profitable programmer course, how much time for it to be lunched ?

adriantrevino
Автор

manage.py shell
Python 3.4.4 (v3.4.4:737efcadf5a6, Dec 20 2015, 20:20:57) [MSC v.1600 64 bit (AM
D64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>> from polls.models import Question, choice
Traceback (most recent call last):
File "<console>", line 1, in <module>
ImportError: cannot import name 'choice'

how can solve this error.

subhanishaik
Автор

#qazi help me! When I used the __str__ in models as per documentation. I am not getting the string character when I do Question.objects.all() help me plzzz🙇

ankurtiwari
Автор

ther is a problem in command python manage.py migrate
line 14
)from exc


please please reply

dxi
Автор

Why add 'polls.apps.PollsConfig' at the settings.py file instead of simply 'polls'? I always use the short version. I am missing anything?

Skaxarrat