Hello everybody.
I just began learning how to use django. So I wanted to include data from the database in a testwebsite. Therefore I made a new app and created a model called "user" and a view that should fill a template with data from that model. To do this (according to Django 1.10 Docs/Tutorial) I need to import the model class into the view file and for example use models.user.all(). However on import of the view Django complains about django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet What is the solution to that problem? Greetings Peter -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/31442c04-4da4-496b-8611-9d7b70e36138%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.