Saturday, January 31, 2015

Is is possible to have a distributed database with Django?

I'm new to Django and have just deployed my first Django application. My problem is, the application is used by people in different locations and networks, so when ever the network is down, those using a different network can't have access to the application. I need all the networks to have a local database that they use, but this database should also synchronize whenever they have internet. Is there anything I can do with Django to make this possible?

--
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 http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/450edd30-433b-4d4f-8e70-21f11369b7c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment