Django Tutorial - SQLite3 DataBase Tutorial

preview_player
Показать описание
This django database tutorial will show you how to create and use a SQLite3 database. We will create relationships between tables and learn how to add and remove items from the sqlite database.

◾◾◾◾◾
💻 Enroll in The Fundamentals of Programming w/ Python

◾◾◾◾◾◾

⚡ Please leave a LIKE and SUBSCRIBE for more content! ⚡

Tags:
- Tech With Tim
- Django Tutorial
- Django Database Tutorial
- Django Database
- Django sqlite3 database
- Python Tutorials
Рекомендации по теме
Комментарии
Автор

str(item.text) because your text in the models is char type and not string, so it has to be converted to string to be able to load properly on the browser.
I know it's too late now, but I hope this helps people who learn by watching this video.
I really love all your videos, you are very good at explaining.
I came from old fashioned PHP frameworks and want to learn django. I'm glad I make a good decision, python is great and versatile. Back end front end, it can do anything.

meowareasaservice
Автор

I will watch every ad Tim just to give something in return. Thank you for all of your tutorials!

dexterasis
Автор

You sir are a codin jedi master, thanks for showing this most clear tutorials i've seen in ages. Most programming tutorials are in hindi

quidpanic
Автор

As someone below mentioned, I also got an error when trying to run 'python manage.py makemigrations main' I simply had to change max_Length to max_length (lower case 'l') this worked. Thank you for the comment below.

johnshome
Автор

I have watched the whole thing, I made everything work, but I still have absolutely no idea what I just did and what all those things mean.

SafikMaster
Автор

This is honestly the best tutorial series I've seen on python. Excellent work

ShitsAndGiggles
Автор

Hi Time. I would like to thank you for this awesome tutorial. I "know" how to "make things work" in Django, but your tutorial is explaining the WHY. Thanks bro.

davd_andrew
Автор

Redid the last 2 video and got almost everything working for me. Hopefully it will come together with the next video.

jimrakel
Автор

I thought I was ready for this o.O Back to basics...

joel
Автор

This is by far the best tutorial I have found yet!

robertplourde
Автор

Just best video instruction. Thanks a lot. And... you changed after 5 years 😊

hello_world_zz
Автор

Thank you for these amazing videos! You explain things very well :)

lorenamendes
Автор

12:02 the way he said "memory address" just killed me XD

pilleow
Автор

please my ToDoList is indicating an error, "ToDoList has no objects".
ls = ToDoList.objects.get(id=id)

uromisaac
Автор

1:16 the configuration path is important when dealing with templates and custom html

paia
Автор

Tim said that he is going to use SQLite3, but I have no idea where he used it. I don't even see him typing anything about the word 'SQLite'. Can anyone explain it for me?

tonystarksu
Автор

Hey, i am facing an issue. In my item_set.get(id = 1/2/3), an error always pops up telling me that there is no matching item. But when I search for it using the name = '<something>', it works as it should. If anyone else is facing this issue and knows why this is happening, please let me know. Thanks

akshathraghav
Автор

When I type to command line "python manage.py makemigrations main" I get this error: __init__() got an unexpected keyword argument 'max_lenght'. I checked everything maybe three four times but I still don't know how to fix it.

marospapan
Автор

I am getting error "table main_todolist has no column named name" @ t. save( ) 10.36

prathampandey
Автор

I do makemigrations and the cmd screen says "No installed app with label 'main'."

jadrianverkouteren