Django's built-in caching has apparently caused instability in newly-created places and comments (confirmed by testing against the dev api with caching turned off), creating usability problems.
This PR set Django's cache timeout to 1 second (a value of 0 will cause several tests to fail). This is a stopgap measure until we get more time to investigate why these caching issues exist.
Addresses: https://github.com/jalMogo/mgmt/issues/112
Django's built-in caching has apparently caused instability in newly-created places and comments (confirmed by testing against the dev api with caching turned off), creating usability problems.
This PR set Django's cache timeout to 1 second (a value of 0 will cause several tests to fail). This is a stopgap measure until we get more time to investigate why these caching issues exist.