Make it easy to integrate into Django.
Important points:
# Easy to configure (development, testing, staging(?), production).
# Re-using clients to avoid the cost of connecting to the ZooKeeper server for every request.
# Testability (test-configuration enough?)
What can and what should be done with regards to creating an admin interface?
Make it easy to integrate into Django.
Important points:
What can and what should be done with regards to creating an admin interface?