Django 2.1 - Models and Database - 8/14

preview_player
Показать описание
- What is a model?
- Add students model with first name/lastname
- Add to admin panel
- Add email, subject and message

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

This guy is better then so many professors!

innowellinfo
Автор

Dude, this series of videos are awesome. Im developing a custom ERP for my startup (a grow shop located in Buenos Aires, Argentina) with all this info and I cant be thankfull enough.
On the other side, Im studying musical composition and sound mixing, and I've noticed that the audio quality of this videos can be upgraded so the viewer doesn't get his ears tired after binge watching all the course's videos in one or two sittings (like I'm doing :D). If you wish, I can collaborate with the little i know to make this videos more friendly on the users. If I run into some problem that I cant beat, I'll try to be in contact, without being annoying obviusly.
Keep it up!

augustoconstante
Автор

very well explained videos, very useful. I am creating personal site and these videos are helping a lot

sadsad
Автор

This is one of the best Django tutorials I've seen so far!

My small contribution to this video:


If you want to add a custom name of your Model in the admin panel then you have to add this piece of code INSIDE the class of your model in models.py
class Meta:
verbose_name_plural = "Custom name here..."


example:
class Student(models.Model):
class Meta:
verbose_name_plural = "Awesome Students"
...

evangeloskp
Автор

amazing video series mate! really clear and helpful for a beginner!

I can see your channel becoming really successful!

keep it up

peepwebdev
Автор

Really good work man! Make some video for "Rest API"

web
Автор

This tutorial has been great! Really, thanks for this!

BrandonBB
Автор

Great videos I love it keep doing what you're doing

Ttvmushygushy
Автор

greetings sir, you are very good !!
but 1 question i did not really understand the case that forced you to delete the database can you briefly explain it?
Thank you anyway

ahmadfarhat
Автор

on admin after clicking on add contact when i m pressing save button its showing" typ error: str is not callable" please help me to fix this i googled also but i didn't get the solution

alkasingh
Автор

Django 2.1 - Models and Database - 8/14 can not play could you re-upload this please.

roseblack