Migrate to postgres, add memcache and vastly improve available equipment instance query time from 1min 30 seconds to 12 seconds

This commit is contained in:
Keannu Christian Bernasol 2024-01-07 02:28:14 +08:00
parent 0af8efa793
commit b0b1f4db86
24 changed files with 1253 additions and 292 deletions

View file

@ -16,6 +16,7 @@ pillow = "*"
psycopg2 = "*"
django-simple-history = "*"
django-unfold = "*"
pymemcache = "*"
[dev-packages]