python - Configure Django to use a certain database only for write queries -


we have open source app built django http://map.ninux.org/ used our wireless community network , hosted outside of our network hetzner in nurimberg.

we'd have mirror inside our network internal use only.

i set mirror write queries on database hosted outside network. best set mirror write queries both on local db , on 1 outside network.

any suggestion?

i'm wondering if there articles developing distributed / redundant / decentralized applications django.

thanks!

the multiple database documentation shows how set 2 databases , how select database saving write operations do.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -