Re: Django, Docker & SaaS Multi-Tenant Architecture

2022-03-14 Thread Joel Tanko
This is a micro service issue, you should use webhooks to notify your main Django app with the one you're building, that way you'll know when something happens and can handle that event. On Sun, Mar 6, 2022, 4:24 PM 炉边史话 great job! > > 在2022年1月15日星期六 UTC+8 00:56:12 写道: > >> >> A official discord

Re: Django, Docker & SaaS Multi-Tenant Architecture

2022-03-06 Thread 炉边史话
great job! 在2022年1月15日星期六 UTC+8 00:56:12 写道: > > A official discord channel has been released recently follow Django > newsletter for such updates : > > https://discord.com/invite/TP9yQBwyxF?utm_campaign=Django%2BNewsletter_medium=email_source=Django_Newsletter_110 > On Friday, 14 January 2022

Re: Django, Docker & SaaS Multi-Tenant Architecture

2022-01-17 Thread Bernard Mallala
Btw contact form on your website does not show on mobile. On Monday, January 17, 2022 at 12:41:44 AM UTC-7 in...@lyntree.io wrote: > Hi, > > Thank you for this, I've just joined! I tried looking before but couldn't > find but i'll sure be on it now :) > > Thanks again > > On Fri, 14 Jan 2022 at

Re: Django, Docker & SaaS Multi-Tenant Architecture

2022-01-16 Thread Bridget Sarah
Hi, Thank you for this, I've just joined! I tried looking before but couldn't find but i'll sure be on it now :) Thanks again On Fri, 14 Jan 2022 at 16:57, MR INDIA wrote: > > A official discord channel has been released recently follow Django > newsletter for such updates : > >

Re: Django, Docker & SaaS Multi-Tenant Architecture

2022-01-14 Thread MR INDIA
A official discord channel has been released recently follow Django newsletter for such updates : https://discord.com/invite/TP9yQBwyxF?utm_campaign=Django%2BNewsletter_medium=email_source=Django_Newsletter_110 On Friday, 14 January 2022 at 02:12:38 UTC+5:30 ber...@autofyle.com wrote: > I

Re: Django, Docker & SaaS Multi-Tenant Architecture

2022-01-13 Thread Bernard Mallala
I second the suggestion to have a discord channel versus async/email On Thursday, January 13, 2022 at 1:41:14 PM UTC-7 Bernard Mallala wrote: > I will paraphrase and feel free to correct. > You have an image that when deployed results in a django application that > can be accessed but without a

Re: Django, Docker & SaaS Multi-Tenant Architecture

2022-01-13 Thread Bernard Mallala
I will paraphrase and feel free to correct. You have an image that when deployed results in a django application that can be accessed but without a specific app that is built to work within this image. 1. Let' presume that you working on a Tutorial App and you complete this to taste

Re: Django, Docker & SaaS Multi-Tenant Architecture

2022-01-13 Thread yebo...@gmail.com
By the default Django actually serve media files like images in production to do that you have to use any cloud technology like AWS but for you can also use Dropbox which I used to in one of my project (https://dominic-blog.herokuapp.com) with Dropbox you can serve your media files there. On