I'm trying to create a simple stripped down skeleton Django application.  
Django ver1.9 forces
everything to be in apps which are not needed for this application.

When I try using models I get an error like the following:

"Model class doesn't declare an explicit app_label and isn't in an 
application in INSTALLED_APPS."

Is there an easy sane/safe way to deal with this so Django can run without 
any "apps" defined?

Thanks,

Chris

-- 
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/e6414cba-ccb4-4bf0-81ca-7c2c26947467%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to