great job! 在2022年1月15日星期六 UTC+8 00:56:12<[email protected]> 写道:
> > A official discord channel has been released recently follow Django > newsletter for such updates : > > https://discord.com/invite/TP9yQBwyxF?utm_campaign=Django%2BNewsletter&utm_medium=email&utm_source=Django_Newsletter_110 > On Friday, 14 January 2022 at 02:12:38 UTC+5:30 [email protected] 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 [email protected] >>> 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/fd908e33-73c1-4385-a8bf-8cba5e9e3c39n%40googlegroups.com.

