Closed Paulinakhew closed 5 years ago
try
except
Fixed the error by adding a try: and except: statement in the function in the model.py file. I then added an if statement for the alert that is mapped to the cannot_create boolean.
try:
except:
model.py
if
cannot_create
try
andexcept
statements to work