Django Tutorial #11 - App Build (Part1)

preview_player
Показать описание
In this Django tutorial series, you'll learn what Django is, how to setup a Django project, and how to use it to make a full web application, complete with a database and authentication.

🚀🥷🏼 Check out Bek Brace's channel for more of his content:

🔥🥷🏼Get access to premium courses on Net Ninja Pro:

📂🥷🏼 Access the course files on GitHub:

🧠🥷🏼 HTML Crash Course

🧠🥷🏼 Python Crash Course

🔗🥷🏼 Django docs:
Рекомендации по теме
Комментарии
Автор

DecimalField doesn't have the rounding issues of FloatField. You have to set max_digits and decimal_places attributes when using DecimalField. It won't let you leave it blank.

dakoderii
Автор

Hey man, I was wondering something, regarding your flutter course what applications do we make in that course? You mentioned two different apps, so what are they?

KurayamiK