i got this error when i created my django project and just install it firstly and then, add it immediately in installed_apps before adding any app to my project.
then, when i comment it and run my startapp again, and then uncomment it and do all other things with my project, it was fine and no error have been occured since that.
i think it could sometimes be solved just by some tricks like this one i said.