On Sat, Apr 6, 2019 at 11:24 AM A Stanley <[email protected]> wrote:
> 2. I've been researching this lately as it pertains to running > django-admin on a seperate instance (container). Its recommended best > practices that migrations only be run from one container when multiple > containers share a code base or models. > I think this would work, as I anticipated in my previous email, the container which will have all the apps in "INSTALLED_APPS" is the following one: *Provide the OpenWISP Admin interface and the views managing account information (password reset, email confirmation) in a dedicated container.* >From http://openwisp.org/gsoc/ideas-2019.html We can also run migrations only there, it should work, because if we update any dependency that affects any of the services, most likely the admin/dashboard container will have to be re-deployed as well. -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
