SAAS with Django Tenants & Auto Tenant Creation - Part 5

แชร์
ฝัง

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

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

    I think when you have auto_create_schema = true in tenant model then tenant creation runs migrations, so no need to run call_command after creating a tenant.

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

      oh, you are right! I read it somewhere, but testing it now, it also works without calling call_command! Thanks for pointing it out!

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

      @@ajudmeister I would like to know in your other video why you created customtenantstorage when you could have just defined
      def location(self) :
      _location =parse_tenant_config_path('media/%s') return _location

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

      @@rajeshrathod3113 I defined a custom storage to have the whole integration of the file-saving process. I think you can only retrieve the location of the file with parse_tenant_config_path() but not saving it or url generation? Would need to do some testing though to be sure. Thanks for the suggestion.

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

    Bro you are Awesome. Please make a video for multi user with roles.😍😍😍😍

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

      I will do more on this in future

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

      ​@@ajudmeister Please we are waiting for this. Thanks for your wonderful tutorials.

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

    Welcome back Boss

  • @Armin-q6p
    @Armin-q6p หลายเดือนก่อน

    Excellent Bro continue your work

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

    Nice Boss

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

    🎉🎉🎉🎉

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

    Very informative

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

    Sorry, I haven't finished this video yet, but I want to ask you something, please. Why didn't you apply this video to the previous project? And decided to start another project? Thank you very much.

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

      @@JuanitoOrtega I created two separate projects because the first does not share the users across tenants, however the second has a global userbase, so it’s easier to set up an instance straight from the website like in a typical saas application. I also wanted to showcase different ways to add tenants.

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

      @@ajudmeister great, as always, you are amazing, always sharing knowledge through real-life projects. Thank you.

    • @ajudmeister
      @ajudmeister  28 วันที่ผ่านมา +1

      I am happy you find it useful. Thanks

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

    Hello Sir. Can you create video - series to create SaaS Learning Platform (online school) with django ? I thing it's a great idea, to create real school with teachers , childs groups, and online code editor ? What you think ?

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

      Yea, it's a great idea. With tenants you could manage different user groups, schools, topics and so on. This is a whole big project by itself, I try to focus on the fundamentals and basics, upon which specific projects could be built.

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

      @@ajudmeister Okay. I'd really like this project from you🤗

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

    Will auto_schema work on raylway?