django-sonar
django-sonar copied to clipboard
Is it possible to configure another database to store sonar information only?
I'm thinking about having two databases, one for the application and another to store the sonar information, to be used in production.
Thanks for the suggestion! @kennedimalheiros I will add the support for multi databases in a future release.
One will configure multiple db connections in django, like always, and then use a new django-sonar setting to specify which connection to use.
Thanks for the suggestion! @kennedimalheiros I will add the support for multi databases in a future release.
One will configure multiple db connections in django, like always, and then use a new django-sonar setting to specify which connection to use.
Great suggestion