DoesNotExist at /accounts/profile/ balance matching query does not exist

I think the answer of the second question of the admin. Did you register your Class to your (admin.py) file. If don’t you should go to the (admin.py) file and type:

from .models import Your Class

admin.site.register(Your Class)

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top