Django Real Estate App Using Multiple Users & Databases - Part 1 | Overview

preview_player
Показать описание
🔥 Subscribe to my YouTube + Turn on Notification Bells!

Hey, Bryan here. I share videos that help web developers up their development skills!

Today I'll be sharing the first part of a tutorial series on how create a real estate Django application that manages multiple databases. This application will strictly be a backend API that we build using the Django Rest Framework, though if you want to take the project further and implement a frontend as well, then you can definitely feel free to do so!

Here is an overview of the things you will learn in this tutorial project:
1. How to have multiple databases in a Django application.
2. How to use routers to correctly manage which database gets used for a particular task.
3. How to manage multiple types of users in a Django application.
4. How to manage authorization with these different types of users.
5. How to perform basic Text Search using PostgreSQL.
6. How to register models to the admin panel when you use multiple databases.
7. And much more!

To stay up to date with the best web development content, make sure you subscribe to My YouTube channel Today!
Рекомендации по теме
Комментарии
Автор

Damn... this channel is so underrated. Thanks Bryan, you are amazing bro.

theunblunt
Автор

the best Django instructor on the whole youtube, i learned a lot from you, thank you Bryan😍

fadygamilmahrousmasoud
Автор

Just came across this channel and have to say your content is really good. Keep them coming

SarthakGamer
Автор

This is what I expect from your end. Excellent see you in the next video. Have a great day. And stay safe.

KrishnaManohar
Автор

Thank you for this tutorial. Much appreciated.

MrValVet
Автор

Amazing tutorial thanks for your job, man ❤ wating the next video

ahmedebrahim
Автор

These days, I'm willing to learn anything as long as it's from you.

drmacsika
Автор

Thanks you so much!!!
I have a project at university : "property rental". Can I use the same architecture?

wendtoinissaka
Автор

Could you take another look at your comment regarding foreign keys to other app's data. I saw this snippet on StackOverflow (thanks andorov):

from django.db import models
from production import models as production_models

class Car(models.Model):
manufacturer =

fredlegace
Автор

Had to smash the absolutely heck out the subscribe button

machariamuchai
Автор

Does it matter which database name we use as long as its defined in the settings.py?

mosesmwaura
Автор

Hi BD,
Would you please release your ecommerce django and react tutorials on udemy?
The reason is that, I only have the mean to pay in local currency. I do not have the mean
to pay in hard currency.
I really want to learn tutorials.

Please take care and be safe from Covid-19.

Thanks.
I am Nyoman, from Bali, Indonesia

ingafter
Автор

I might be late here, but why users is in different DB? isn't it different table only? All django apps are in same DB.

Anu_was_here
Автор

If I want to add extra fields for only Realtor user type, how can I do that?

pytechsolutions