In Ultimate django series part 2 - DJOSER Serializer Error

If i want to add a serializers in djoser it will imidiate produce an error

Django django.core.exceptions.AppRegistryNotReady: Models aren’t loaded yet.

How to solve it?

Have you migrated your database?