django_any_backend
django_any_backend copied to clipboard
Implement non-database backends such as remote apis in Django
Results
1
django_any_backend issues
Sort by
recently updated
recently updated
newest added
One quite simple backend is a non-writable backend, which supports creation, allows models instances to be instantiated with an in-memory counter per model, and errors for any write operation. This...