just like said by Jonh, "It means there is code somewhere in your application that accesses the database before it should"
- This is most porobably by some a query that is runing in your models.py outside a function or a class or inside a function that runs as soon as you exacute.