There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
django-simplekeyvalue is a simple key value store for django. Each entry will have an owner which is an instance of an existing model, a key which is a string and a value which is an integer.