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
Post a Comment