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 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 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 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
2. Now you only want to configure everything including nginx such
that when this is deployed then a user will be able to access the django
instance without issue
3. Thereafter, you want to be able to add the isolated Tutorial app
so that it works without issue on this Django instance. I do not know 
 that
you can point django to an app or the Tutorial app if it existed 
 somewhere
else within the cloud, I have not seen this.
But, to simply add the Tutorial app within this Django instance.I
would perhaps have run a script to apply all required to get the 
 Tutorial
App running. E.g add to settings file, run migrations etc

 On Thursday, January 13, 2022 at 7:47:26 AM UTC-7 in...@lyntree.io
 wrote:

> Hello,
>
> I'm looking at building and deploying either a SaaS / PaaS or CaaS but
> what I'm struggling to figure out is how I can deploy an image of django
> (without its app server)  into a container probably using nginx and docker
> to work between them.
>
> e.g Django you have the ability to create additional apps within
> Django but app I'm building inside at the moment, Ideally I want to 
> isolate
> that app and deploy that app but ensure its connected to the main django
> app within the cloud and i'm not sure if its possible like this?
>
> Anyone have any advice on this? p.s also is there a django instant
> chat channel we can speak on as could not connect on the irc one? Discord 
> &
> Slack is becoming more popular these days for devs for open questions.
>
> Kindest Regards,
>
> Bridget
>
 --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/fd908e33-73c1-4385-a8bf-8cba5e9e3c39n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAJ4Kmg6gERAkWT9Sj7HUu%2BfWnRGWTCsMdECwwUsZZ7qm7V1OHg%40mail.gmail.com.


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 at 02:12:38 UTC+5:30 ber...@autofyle.com wrote:
>
>> 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 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
>>>2. Now you only want to configure everything including nginx such 
>>>that when this is deployed then a user will be able to access the django 
>>>instance without issue
>>>3. Thereafter, you want to be able to add the isolated Tutorial app 
>>>so that it works without issue on this Django instance. I do not know 
>>> that 
>>>you can point django to an app or the Tutorial app if it existed 
>>> somewhere 
>>>else within the cloud, I have not seen this.
>>>But, to simply add the Tutorial app within this Django instance.I 
>>>would perhaps have run a script to apply all required to get the 
>>> Tutorial 
>>>App running. E.g add to settings file, run migrations etc
>>>
>>> On Thursday, January 13, 2022 at 7:47:26 AM UTC-7 in...@lyntree.io 
>>> wrote:
>>>
 Hello,

 I'm looking at building and deploying either a SaaS / PaaS or CaaS but 
 what I'm struggling to figure out is how I can deploy an image of django 
 (without its app server)  into a container probably using nginx and docker 
 to work between them. 

 e.g Django you have the ability to create additional apps within Django 
 but app I'm building inside at the moment, Ideally I want to isolate that 
 app and deploy that app but ensure its connected to the main django app 
 within the cloud and i'm not sure if its possible like this?

 Anyone have any advice on this? p.s also is there a django instant chat 
 channel we can speak on as could not connect on the irc one? Discord & 
 Slack is becoming more popular these days for devs for open questions.

 Kindest Regards,

 Bridget

>>>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/fd908e33-73c1-4385-a8bf-8cba5e9e3c39n%40googlegroups.com.


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 16:57, MR INDIA  wrote:
>
>>
>> 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 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 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
2. Now you only want to configure everything including nginx such 
that when this is deployed then a user will be able to access the 
 django 
instance without issue
3. Thereafter, you want to be able to add the isolated Tutorial app 
so that it works without issue on this Django instance. I do not know 
 that 
you can point django to an app or the Tutorial app if it existed 
 somewhere 
else within the cloud, I have not seen this.
But, to simply add the Tutorial app within this Django instance.I 
would perhaps have run a script to apply all required to get the 
 Tutorial 
App running. E.g add to settings file, run migrations etc

 On Thursday, January 13, 2022 at 7:47:26 AM UTC-7 in...@lyntree.io 
 wrote:

> Hello,
>
> I'm looking at building and deploying either a SaaS / PaaS or CaaS but 
> what I'm struggling to figure out is how I can deploy an image of django 
> (without its app server)  into a container probably using nginx and 
> docker 
> to work between them. 
>
> e.g Django you have the ability to create additional apps within 
> Django but app I'm building inside at the moment, Ideally I want to 
> isolate 
> that app and deploy that app but ensure its connected to the main django 
> app within the cloud and i'm not sure if its possible like this?
>
> Anyone have any advice on this? p.s also is there a django instant 
> chat channel we can speak on as could not connect on the irc one? Discord 
> & 
> Slack is becoming more popular these days for devs for open questions.
>
> Kindest Regards,
>
> Bridget
>
 -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "Django users" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/django-users/-_kM4rWLdhw/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> django-users...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/0197d516-aad3-4dc5-970f-ede5f50e6fefn%40googlegroups.com
>>  
>> 
>> .
>>
>
>
> -- 
>
> Bridget
>
>
> Kindest Regards,
>
>
> *Lyntree Web Studio *
>
> Website Design | Website Hosting | Mobile Applications
>
> *Full Stack App|Web|Mobile Developer*
>
>
> *Website:* https://lyntree.co.uk | https://lyntree.io tbc
>
> *Phone */ *WhatsApp*: 07761 308429
>
> *Email:* in...@lyntree.io / in...@lyntree.co.uk
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/6f22fcd7-7ad4-4ce4-a1ee-76fec136afc8n%40googlegroups.com.


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 :
>
> 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 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 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
>>>2. Now you only want to configure everything including nginx such
>>>that when this is deployed then a user will be able to access the django
>>>instance without issue
>>>3. Thereafter, you want to be able to add the isolated Tutorial app
>>>so that it works without issue on this Django instance. I do not know 
>>> that
>>>you can point django to an app or the Tutorial app if it existed 
>>> somewhere
>>>else within the cloud, I have not seen this.
>>>But, to simply add the Tutorial app within this Django instance.I
>>>would perhaps have run a script to apply all required to get the Tutorial
>>>App running. E.g add to settings file, run migrations etc
>>>
>>> On Thursday, January 13, 2022 at 7:47:26 AM UTC-7 in...@lyntree.io
>>> wrote:
>>>
 Hello,

 I'm looking at building and deploying either a SaaS / PaaS or CaaS but
 what I'm struggling to figure out is how I can deploy an image of django
 (without its app server)  into a container probably using nginx and docker
 to work between them.

 e.g Django you have the ability to create additional apps within Django
 but app I'm building inside at the moment, Ideally I want to isolate that
 app and deploy that app but ensure its connected to the main django app
 within the cloud and i'm not sure if its possible like this?

 Anyone have any advice on this? p.s also is there a django instant chat
 channel we can speak on as could not connect on the irc one? Discord &
 Slack is becoming more popular these days for devs for open questions.

 Kindest Regards,

 Bridget

>>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Django users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/django-users/-_kM4rWLdhw/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/0197d516-aad3-4dc5-970f-ede5f50e6fefn%40googlegroups.com
> 
> .
>


-- 

Bridget


Kindest Regards,


*Lyntree Web Studio *

Website Design | Website Hosting | Mobile Applications

*Full Stack App|Web|Mobile Developer*


*Website:* https://lyntree.co.uk | https://lyntree.io tbc

*Phone */ *WhatsApp*: 07761 308429

*Email:* i...@lyntree.io / i...@lyntree.co.uk

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAMgCFo%2B%3DnhtChdQmOni%2BsZg56Mkgv%3DGqnEVdS27CqVRwBvBNQg%40mail.gmail.com.


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 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 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
>>2. Now you only want to configure everything including nginx such 
>>that when this is deployed then a user will be able to access the django 
>>instance without issue
>>3. Thereafter, you want to be able to add the isolated Tutorial app 
>>so that it works without issue on this Django instance. I do not know 
>> that 
>>you can point django to an app or the Tutorial app if it existed 
>> somewhere 
>>else within the cloud, I have not seen this.
>>But, to simply add the Tutorial app within this Django instance.I 
>>would perhaps have run a script to apply all required to get the Tutorial 
>>App running. E.g add to settings file, run migrations etc
>>
>> On Thursday, January 13, 2022 at 7:47:26 AM UTC-7 in...@lyntree.io wrote:
>>
>>> Hello,
>>>
>>> I'm looking at building and deploying either a SaaS / PaaS or CaaS but 
>>> what I'm struggling to figure out is how I can deploy an image of django 
>>> (without its app server)  into a container probably using nginx and docker 
>>> to work between them. 
>>>
>>> e.g Django you have the ability to create additional apps within Django 
>>> but app I'm building inside at the moment, Ideally I want to isolate that 
>>> app and deploy that app but ensure its connected to the main django app 
>>> within the cloud and i'm not sure if its possible like this?
>>>
>>> Anyone have any advice on this? p.s also is there a django instant chat 
>>> channel we can speak on as could not connect on the irc one? Discord & 
>>> Slack is becoming more popular these days for devs for open questions.
>>>
>>> Kindest Regards,
>>>
>>> Bridget
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/0197d516-aad3-4dc5-970f-ede5f50e6fefn%40googlegroups.com.


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 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
>2. Now you only want to configure everything including nginx such that 
>when this is deployed then a user will be able to access the django 
>instance without issue
>3. Thereafter, you want to be able to add the isolated Tutorial app so 
>that it works without issue on this Django instance. I do not know that 
> you 
>can point django to an app or the Tutorial app if it existed somewhere 
> else 
>within the cloud, I have not seen this.
>But, to simply add the Tutorial app within this Django instance.I 
>would perhaps have run a script to apply all required to get the Tutorial 
>App running. E.g add to settings file, run migrations etc
>
> On Thursday, January 13, 2022 at 7:47:26 AM UTC-7 in...@lyntree.io wrote:
>
>> Hello,
>>
>> I'm looking at building and deploying either a SaaS / PaaS or CaaS but 
>> what I'm struggling to figure out is how I can deploy an image of django 
>> (without its app server)  into a container probably using nginx and docker 
>> to work between them. 
>>
>> e.g Django you have the ability to create additional apps within Django 
>> but app I'm building inside at the moment, Ideally I want to isolate that 
>> app and deploy that app but ensure its connected to the main django app 
>> within the cloud and i'm not sure if its possible like this?
>>
>> Anyone have any advice on this? p.s also is there a django instant chat 
>> channel we can speak on as could not connect on the irc one? Discord & 
>> Slack is becoming more popular these days for devs for open questions.
>>
>> Kindest Regards,
>>
>> Bridget
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/ea4726aa-5ddb-48b3-a692-be886337c8d4n%40googlegroups.com.


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
   2. Now you only want to configure everything including nginx such that 
   when this is deployed then a user will be able to access the django 
   instance without issue
   3. Thereafter, you want to be able to add the isolated Tutorial app so 
   that it works without issue on this Django instance. I do not know that you 
   can point django to an app or the Tutorial app if it existed somewhere else 
   within the cloud, I have not seen this.
   But, to simply add the Tutorial app within this Django instance.I would 
   perhaps have run a script to apply all required to get the Tutorial App 
   running. E.g add to settings file, run migrations etc

On Thursday, January 13, 2022 at 7:47:26 AM UTC-7 in...@lyntree.io wrote:

> Hello,
>
> I'm looking at building and deploying either a SaaS / PaaS or CaaS but 
> what I'm struggling to figure out is how I can deploy an image of django 
> (without its app server)  into a container probably using nginx and docker 
> to work between them. 
>
> e.g Django you have the ability to create additional apps within Django 
> but app I'm building inside at the moment, Ideally I want to isolate that 
> app and deploy that app but ensure its connected to the main django app 
> within the cloud and i'm not sure if its possible like this?
>
> Anyone have any advice on this? p.s also is there a django instant chat 
> channel we can speak on as could not connect on the irc one? Discord & 
> Slack is becoming more popular these days for devs for open questions.
>
> Kindest Regards,
>
> Bridget
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/0a3ffaf9-8a43-4324-8401-75bfd40b6bb3n%40googlegroups.com.


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 Thursday, 13 January 2022 at 09:47:26 UTC-5 in...@lyntree.io wrote:

> Hello,
>
> I'm looking at building and deploying either a SaaS / PaaS or CaaS but 
> what I'm struggling to figure out is how I can deploy an image of django 
> (without its app server)  into a container probably using nginx and docker 
> to work between them. 
>
> e.g Django you have the ability to create additional apps within Django 
> but app I'm building inside at the moment, Ideally I want to isolate that 
> app and deploy that app but ensure its connected to the main django app 
> within the cloud and i'm not sure if its possible like this?
>
> Anyone have any advice on this? p.s also is there a django instant chat 
> channel we can speak on as could not connect on the irc one? Discord & 
> Slack is becoming more popular these days for devs for open questions.
>
> Kindest Regards,
>
> Bridget
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/ee23f252-14a3-4858-9c32-f23d5f43b17bn%40googlegroups.com.