Django upgrading to 1.9 error “AppRegistryNotReady: Apps aren’t loaded yet.”

I’d a custom function written on one of my models __init__.py file. It was causing the error. When I moved this function from __init__.py it worked.

Leave a Comment