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

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ม.ค. 2025

ความคิดเห็น •

  • @markfrancisbeltran4619
    @markfrancisbeltran4619 9 หลายเดือนก่อน +1

    EXACTLY what I need. Thanks man! Great video. Short sweet and straight to the point!

  • @delkitonyi
    @delkitonyi ปีที่แล้ว +4

    This just came right on time. Concise and to the point.

    • @prettyprinted
      @prettyprinted  ปีที่แล้ว

      Glad it helped you! Thanks for watching.

  • @Noritoshi-r8m
    @Noritoshi-r8m ปีที่แล้ว +4

    Babe wake up, new PP lecture just dropped!

  • @MiguelGuzmanGuerrero
    @MiguelGuzmanGuerrero 6 หลายเดือนก่อน

    Great! Was what I needed to understand the django-tenants! Thanks and congratulations!

    • @alexdin1565
      @alexdin1565 6 หลายเดือนก่อน

      the problem is how we can deploy this? i think its only for localhost

  • @carloangeloch
    @carloangeloch 11 หลายเดือนก่อน

    This is what I looking for! Worth for a sub!

  • @isaacnicolao2140
    @isaacnicolao2140 6 หลายเดือนก่อน

    This is the best video! Big up Pretty Printed. I'll signup for one on one coaching soon.

    • @ShrinitJichkar
      @ShrinitJichkar 4 หลายเดือนก่อน

      Hi , how to add login signup for the user haveing further users

  • @evertongarcez3386
    @evertongarcez3386 3 หลายเดือนก่อน

    What an amazing job, congratulations and thank you very much for sharing.

  • @AmoahDevLabs
    @AmoahDevLabs ปีที่แล้ว +1

    Pretty incredible. Thanks for the insight

  • @colbertmuloh5556
    @colbertmuloh5556 ปีที่แล้ว +2

    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.

  • @luisloyola3591
    @luisloyola3591 ปีที่แล้ว +6

    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.

  • @xxoooOFxx
    @xxoooOFxx ปีที่แล้ว

    Been looking for this...thanks!

  • @RABWA333
    @RABWA333 9 หลายเดือนก่อน

    Thanks for the video , quite informative

  • @joseestebanjuarezvelazquez9894
    @joseestebanjuarezvelazquez9894 5 หลายเดือนก่อน +1

    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?

  • @beholmes1983
    @beholmes1983 7 หลายเดือนก่อน

    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.

  • @bridroid58
    @bridroid58 8 หลายเดือนก่อน

    super awesome; hope to see a follow up with auth for multiple tenants

  • @ManifestingSpirituality
    @ManifestingSpirituality ปีที่แล้ว

    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!

  • @celloucisse7548
    @celloucisse7548 ปีที่แล้ว

    Hello Sir! it has been a while. Thanks for always sharing great things

    • @celloucisse7548
      @celloucisse7548 ปีที่แล้ว

      Please would you like to make a full tutorial on django and docker ?!!

  • @stevenlevittt
    @stevenlevittt ปีที่แล้ว +1

    Thanks for the lessons. Can you please add "Unit Tests" as well.

  • @mohamadrezamohamadi8393
    @mohamadrezamohamadi8393 ปีที่แล้ว

    That is really helpful, Thanks

  • @manojdas3528
    @manojdas3528 ปีที่แล้ว +2

    if tenant is dynamically created,then how to create automatically schema and automatically migrate(makemigrtions) ?

  • @bambanx
    @bambanx 3 หลายเดือนก่อน

    Thanks for the video, it can have a domain instead a sub domains? Thanks

  • @aswinm7961
    @aswinm7961 16 วันที่ผ่านมา

    how will be the multi tenant (database schema for each tenant) across microservices. is this configuration is also needed another microservice ?? suppose this tenant coffeeshop there is employees in the coffeeshop so that employees are managing in other microservice how will it configure in multi tenant (database schema for each tenant) approach?

  • @shabeeeb6400
    @shabeeeb6400 7 หลายเดือนก่อน

    everything done perfectly could you please help how to setup Django User in each tenant schema

  • @AbdulRahim-lc6yb
    @AbdulRahim-lc6yb 5 หลายเดือนก่อน

    Great lesson.
    Let me know we can create tenants with main domains not only in subdomains?

    • @kamauwaweru4991
      @kamauwaweru4991 21 วันที่ผ่านมา

      use subfolder middleware

  • @moisesgonga1302
    @moisesgonga1302 ปีที่แล้ว

    Muito obrigado meu amigo.... Thank you very much....

  • @al-aminbinahmad6124
    @al-aminbinahmad6124 5 หลายเดือนก่อน

    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.

  • @alonewithgodd
    @alonewithgodd 7 หลายเดือนก่อน

    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 ?

  • @mykus1000
    @mykus1000 ปีที่แล้ว

    Thanks 😊

  • @rangabharath4253
    @rangabharath4253 ปีที่แล้ว +2

    Awesome

  • @RABWA333
    @RABWA333 9 หลายเดือนก่อน

    In case of building ERP app for different customers, each customer is a company with multi users , how to apply this approach?

  • @khnaz35
    @khnaz35 8 หลายเดือนก่อน

    Hi, What if i want to implement django-tenant-schemas with a fixed URL. How would we go about it?

  • @rayanali9737
    @rayanali9737 7 หลายเดือนก่อน

    I want to use aws with multi tenant. any guide for that?

  • @kimanimuchemi8967
    @kimanimuchemi8967 10 หลายเดือนก่อน

    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

  • @jatinkant1711
    @jatinkant1711 2 หลายเดือนก่อน

    i m stuck at one point when i using my domain of production its not working can you please help

  • @SagorHossain-i9z
    @SagorHossain-i9z 8 หลายเดือนก่อน

    How can i manage tenant user?? Its conflicting tenant user and other users?

  • @EngRiadAlmadani
    @EngRiadAlmadani 7 หลายเดือนก่อน

    hi is it possible to add a password for each subdomain

  • @mykus1000
    @mykus1000 9 หลายเดือนก่อน

    How use with channels ?

  • @turgay9956
    @turgay9956 11 หลายเดือนก่อน

    the question is that how many schema can it handle, thousands of them for a SAAS project?

  • @problemaspc770
    @problemaspc770 ปีที่แล้ว

    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

  • @techietoons
    @techietoons 3 หลายเดือนก่อน

    Awesome..

  • @wilsonreuben5843
    @wilsonreuben5843 ปีที่แล้ว

    can we do this in flask?

  • @alexdin1565
    @alexdin1565 ปีที่แล้ว

    how we can deploy it on cloud?

  • @ShriNanduKi
    @ShriNanduKi 7 หลายเดือนก่อน

    cool thks