mirror of
https://github.com/lemeow125/Borrowing-TrackerBackend.git
synced 2025-04-27 10:11:24 +08:00
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:
parent
0af8efa793
commit
b0b1f4db86
24 changed files with 1253 additions and 292 deletions
1
Pipfile
1
Pipfile
|
@ -16,6 +16,7 @@ pillow = "*"
|
|||
psycopg2 = "*"
|
||||
django-simple-history = "*"
|
||||
django-unfold = "*"
|
||||
pymemcache = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue