[Answered ]-Exception in thread django-main-thread Traceback

1👍

You are missing a package named pyrebase and its references have been used in your project. Install this package by the following instructions:

pip install pyrebase

or,

pip3 install pyrebase

Leave a comment