GrLdev / Rate-My-Student-Home

A website designed to allow students rate their student homes in Cardiff.
3 stars 0 forks source link

Fix database locking issue #108

Closed theobaur13 closed 1 year ago

theobaur13 commented 1 year ago

The following error is sometimes displayed when adding a review: image This is likely due to the database being accessed concurrently by two different processes. It is likely that the following block of code in models.py is the culprit process: image