Тёмный
No video :(

Intro to Django Tenants - Create a Separate Database Schema for Each User 

Pretty Printed
Подписаться 96 тыс.
Просмотров 17 тыс.
50% 1

In this video I'll show you how get started with Django Tenants. This Django app allows you to create a separate database schema for each user. So each user will own data that doesn't get mixed in with data from other users.
Need one-on-one help with your project? I can help through my coaching program. Learn more here: prettyprinted....
Get the code here: prettyprinted....
Twitter: / pretty_printed
Github: github.com/pre...

Опубликовано:

 

26 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 46   
@luisloyola3591
@luisloyola3591 10 месяцев назад
I would really be grateful if you could go deeper into this topic, or if you could recommend some reading/video on this in more detail.
@delkitonyi
@delkitonyi 11 месяцев назад
This just came right on time. Concise and to the point.
@prettyprinted
@prettyprinted 11 месяцев назад
Glad it helped you! Thanks for watching.
@markfrancisbeltran4619
@markfrancisbeltran4619 5 месяцев назад
EXACTLY what I need. Thanks man! Great video. Short sweet and straight to the point!
@Noritoshi-r8m
@Noritoshi-r8m 11 месяцев назад
Babe wake up, new PP lecture just dropped!
@prettyprinted
@prettyprinted 11 месяцев назад
haha thanks for watching!
@MiguelGuzmanGuerrero
@MiguelGuzmanGuerrero 2 месяца назад
Great! Was what I needed to understand the django-tenants! Thanks and congratulations!
@alexdin1565
@alexdin1565 2 месяца назад
the problem is how we can deploy this? i think its only for localhost
@colbertmuloh5556
@colbertmuloh5556 8 месяцев назад
Thank you very much for the video, can you kindly do another video that talks about the global users for Django tenants. I understand that with this implementation, each user will have to login to their schema, which means that a user who has access to more than one schema will have to login multiple times.
@isaacnicolao2140
@isaacnicolao2140 2 месяца назад
This is the best video! Big up Pretty Printed. I'll signup for one on one coaching soon.
@ShrinitJichkar
@ShrinitJichkar 6 дней назад
Hi , how to add login signup for the user haveing further users
@bridroid58
@bridroid58 4 месяца назад
super awesome; hope to see a follow up with auth for multiple tenants
@beholmes1983
@beholmes1983 3 месяца назад
This was a very helpful walkthough. I was able to get Django-Tenants up and running with ease. Do you have any documentation or a walkthrough on how to manage tenant users? I havent seen much documented for that subject.
@ManifestingSpirituality
@ManifestingSpirituality 8 месяцев назад
i must've done something wrong, i can see all the data from every tenant schema, my idea was that the main app was available to everyone but the records were "personal"...i need to dig a bit more but you helped a lot!
@manojdas3528
@manojdas3528 11 месяцев назад
if tenant is dynamically created,then how to create automatically schema and automatically migrate(makemigrtions) ?
@shabeeeb6400
@shabeeeb6400 3 месяца назад
everything done perfectly could you please help how to setup Django User in each tenant schema
@carloangelo7946
@carloangelo7946 6 месяцев назад
This is what I looking for! Worth for a sub!
@AbdulRahim-lc6yb
@AbdulRahim-lc6yb Месяц назад
Great lesson. Let me know we can create tenants with main domains not only in subdomains?
@joseestebanjuarezvelazquez9894
@joseestebanjuarezvelazquez9894 Месяц назад
Thanks It is so well explained. I have two question. ¿Should we have all the user, groups and permission tables in the public schema or should we have them in each specific tenant? ¿How can we move those in each tenant schemas tables?
@stevenlevittt
@stevenlevittt 11 месяцев назад
Thanks for the lessons. Can you please add "Unit Tests" as well.
@AmoahDevLabs
@AmoahDevLabs 11 месяцев назад
Pretty incredible. Thanks for the insight
@al-aminbinahmad6124
@al-aminbinahmad6124 Месяц назад
Thank you so much, found what am looking, but one thing again, am having Issue with my media urls after create the tenant, please can you help me with that? and once again thanks a lot.
@celloucisse7548
@celloucisse7548 11 месяцев назад
Hello Sir! it has been a while. Thanks for always sharing great things
@celloucisse7548
@celloucisse7548 11 месяцев назад
Please would you like to make a full tutorial on django and docker ?!!
@xxoooOFxx
@xxoooOFxx 8 месяцев назад
Been looking for this...thanks!
@RABWA333
@RABWA333 5 месяцев назад
Thanks for the video , quite informative
@rayanali9737
@rayanali9737 3 месяца назад
I want to use aws with multi tenant. any guide for that?
@khnaz35
@khnaz35 4 месяца назад
Hi, What if i want to implement django-tenant-schemas with a fixed URL. How would we go about it?
@user-pn1du6ms2i
@user-pn1du6ms2i 4 месяца назад
How can i manage tenant user?? Its conflicting tenant user and other users?
@danielkofiboadu
@danielkofiboadu 3 месяца назад
What happens if you have 1000 users you create 1000 schemas ? Can’t we use shared schemas and identify each user data with the user ID ?
@rangabharath4253
@rangabharath4253 11 месяцев назад
Awesome
@prettyprinted
@prettyprinted 11 месяцев назад
Thanks for watching!
@mykus1000
@mykus1000 5 месяцев назад
How use with channels ?
@moisesgonga1302
@moisesgonga1302 9 месяцев назад
Muito obrigado meu amigo.... Thank you very much....
@ShriNanduKi
@ShriNanduKi 3 месяца назад
cool thks
@EngRiadAlmadani
@EngRiadAlmadani 3 месяца назад
hi is it possible to add a password for each subdomain
@mohamadrezamohamadi8393
@mohamadrezamohamadi8393 11 месяцев назад
That is really helpful, Thanks
@RABWA333
@RABWA333 5 месяцев назад
In case of building ERP app for different customers, each customer is a company with multi users , how to apply this approach?
@kimanimuchemi8967
@kimanimuchemi8967 5 месяцев назад
this is good. thanks. how do i make this process automated. like I if want a company name 'bgico', i have a template of html where user can enter, the company name, and maybe company has multiple departments, user enters department name and a table is created for each
@problemaspc770
@problemaspc770 9 месяцев назад
thank you very much for your video. I have this problem ModuleNotFoundError: No module named 'django.tenants', apparently it's because of the docket but I don't know how to configure it. If you can guide me I would appreciate it
@mykus1000
@mykus1000 11 месяцев назад
Thanks 😊
@turgay9956
@turgay9956 7 месяцев назад
the question is that how many schema can it handle, thousands of them for a SAAS project?
@wilsonreuben5843
@wilsonreuben5843 11 месяцев назад
can we do this in flask?
@alexdin1565
@alexdin1565 11 месяцев назад
how we can deploy it on cloud?
Далее
How to get Django Tenants up and running
27:12
Просмотров 20 тыс.
Ajdarlar...😅 QVZ 2024
00:39
Просмотров 299 тыс.
Only I get to bully my sister 😤
00:27
Просмотров 21 млн
WILL IT BURST?
00:31
Просмотров 20 млн
SPONGEBOB POWER-UPS IN BRAWL STARS!!!
08:35
Просмотров 18 млн
Microservices with Databases can be challenging...
20:52
django Architecture - Connection Management
15:10
Просмотров 46 тыс.
I tried 8 different Postgres ORMs
9:46
Просмотров 406 тыс.
Wait... PostgreSQL can do WHAT?
20:33
Просмотров 193 тыс.
Django Multiple Database Setup Ex1
32:51
Просмотров 37 тыс.
Ajdarlar...😅 QVZ 2024
00:39
Просмотров 299 тыс.