Monday, August 29, 2016

Re: Isolate Django apps in different Docker containers

Hello Christian,

Thank you for your help.

Concerning the first and second point, I would indeed have several Django app containers (one by functionnal services). But what about applications like Django "Admin" for example ? This application needs to be aware of the models to administrate so would I have one Admin application per service (that is to say as much different Admin apps as Django containers) or one central Admin application in a container that would be aware of objects present in others Django containers ? And if so, how is it possible to configure Django to do that ?

For your last answer, one of the main objective of the project will be to be able to integrate specific data model to the generic one in a framework approach so I do not have any choice regarding the DB as an integration point. My question was more on a technical point of view : Django is able to manage different databases but what about the data that must be shared by all the Django appliations (like the data used for the "Admin" application in the case I mentionned above...)

Thanks again !

Best Regards,

Guillaume

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/42143161-2e12-4335-aecf-a2420eb94bca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment