Django Contacts List App

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

Contacts list app with full Create, Update, Delete and search functionality using Django.

Tomi's Social Accounts:
- YouTube: @CodeWithTomi

Links:

Timestamps:

0:00 - Dennis Intro
2:09 - Tomi Intro
2:23 - Project Demo
3:53 - Project Setup
13:16 - Creating Contacts Model
19:14 - Creating New Contact
30:31 - Rendering List Of Contacts
35:55 - Showing Contact Details
44:53 - Editing Contact
58:29 - Deleting Contact
1:06:31 - Integrating Search Feature
1:15:40 - Final Testing
Рекомендации по теме
Комментарии
Автор

Thank you Dennis for giving me the opportunity to do this on your channel. I highly appreciate it.

CodeWithTomi
Автор

If you enjoyed this video make sure to check out Tomi’s channel and show him some support:)

DennisIvy
Автор

Excellent Tomi....u have explained in such a clear and lucid manner...the flow was so intuitive...all the best for ur future...!

physicsmadness
Автор

Very nice of you to allow Tomi to make this video with you. I hope that he gets some traction on his channel :-)

CodeWithStein
Автор

My boy tommi with Dennis 🔥 🔥 🔥 🔥 🔥 🔥
awesome stuff
you guys are dope in
Keep it up both of you!!! I've learned a lot from the 2 of you.
Thank you 🙏🏽

duttybwoy
Автор

Omg, one more project?! My list is growing bigger with awesome projects Dennis 😂

asce
Автор

Wow nice. And thanks Dennis this means alot to us Nigerians

unuefeejovwoke
Автор

you always have so much positive vibes

shwetaverma
Автор

thank you both of you, you cleared my all django basics,
lots of love from the community

amanpatyal
Автор

Dennis, you are doing a great job. Really like your content

designdevelopment
Автор

Nice 🎉 you can add more filter with basis of address and relationship

mdwaquarazam
Автор

I'm super excited about this dennis, we finally ditch default_app_config :D

What’s new in Django 3.2¶
Automatic AppConfig discovery¶
Most pluggable applications define an AppConfig subclass in an apps.py submodule. Many define a default_app_config variable pointing to this class in their __init__.py.

When the apps.py submodule exists and defines a single AppConfig subclass, Django now uses that configuration automatically, so you can remove default_app_config.

default_app_config made it possible to declare only the application’s path in INSTALLED_APPS (e.g. 'django.contrib.admin') rather than the app config’s path (e.g. It was introduced for backwards-compatibility with the former style, with the intent to switch the ecosystem to the latter, but the switch didn’t happen.

With automatic AppConfig discovery, default_app_config is no longer needed. As a consequence, it’s deprecated.

kashaxx
Автор

awaited for your new course.. also need django rest framework full course!

immanuelpaul
Автор

As soon as I heard his first word, I knew he was a Nigerian ✌
I guess we have our own accent after all 😂
#ProudlyNigerian 💪

olu-olagbujidelight
Автор

Excelente tutorial, en especial para gente que quiera empezar con Django! Felicitaciones!

aipotapp
Автор

Oh tomi how di you managed to becom excelent python developer. How much time have you spent in python until now?

samandarshoyimov
Автор

One issue....why the templates with all backend code has been shared on git....how am I supposed to code along....its essentially the complete project...

physicsmadness
Автор

make sure you have " import os" at the top of the settings file.

hexkiz
Автор

hi please help
my edit page updated but contact showing with round brackets like: ('Agusta', )

shwetaverma
Автор

Great work Dennis and Tomi but please Dennis add the new.html file to your repository for the templates though I found it on Tomi's repo. Thanks guys for this awesome tutorial

uchenwachukwu