On Wed, Mar 02, 2016 at 07:05:53AM -0500, Larry Martell wrote: > I am developing a django app. I had the basic site running, but I had > not yet created any models. I created a model, and now the server > fails to start with "Apps aren't loaded yet" > > traceback below. Anyone know what I am doing wrong?
The problem is that one of your applications (foo.app.scripts) imports models in its top-level __init__.py. This is not supported; for an explanation, you can read https://docs.djangoproject.com/en/1.9/ref/applications/#how-applications-are-loaded Good luck, Michal -- 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 [email protected]. To post to this group, send email to [email protected]. 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/20160302123712.GA960%40koniiiik.org. For more options, visit https://groups.google.com/d/optout.
signature.asc
Description: Digital signature

