django-snowflake
django-snowflake copied to clipboard
Add support for database caching
Django's database cache backend doesn't work with Snowflake because it includes SQL queries that don't quote all of the fields as Snowflake requires (e.g. expires).
Also, the createcachetable
management command creates an index (which isn't supported on Snowflake).