You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When first launching the portal app, there is no RealtimeStatusWidget (nor PizzaWidget) object, so the call RealtimeStatusWidget.objects.first() returns None. We need to check if the object exists and if not we will need to create it beforehand.
The text was updated successfully, but these errors were encountered:
Due to the call :
When first launching the portal app, there is no RealtimeStatusWidget (nor PizzaWidget) object, so the call
RealtimeStatusWidget.objects.first()
returnsNone
. We need to check if the object exists and if not we will need to create it beforehand.The text was updated successfully, but these errors were encountered: