django-include icon indicating copy to clipboard operation
django-include copied to clipboard

ORM extensions for performance-conscious perfectionists.

Results 2 django-include issues
Sort by recently updated
recently updated
newest added

We are evaluating using in-memory sqlite3 to speed up our OSF tests. Let's get sqlite3 working in django-include. I changed the test settings to: ```python DATABASES = { 'default': {...

We should add an entry in the tox config that tests against the `[faster]` extras.