nautobot / nautobot-app-version-control

Version Control App that uses and requires a Dolt Database
Other
30 stars 6 forks source link

Implement system check to assert that caching is disabled. #129

Open jathanism opened 2 years ago

jathanism commented 2 years ago

Cacheops is not currently compatible with this plugin and may not ever be.

We should implement a system check that makes sure that asserts settings.CACHEOPS_ENABLED == False and raises an error.