Re: Importing models in app config module

2014-10-24 Thread Collin Anderson
Hi Torsten, I believe that's ok. Collin -- 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

Importing models in app config module

2014-10-23 Thread Torsten Bronger
Hallöchen! https://docs.djangoproject.com/en/dev/ref/applications/ says: You cannot import models in modules that define application configuration classes, but you can use get_model() to access a model class by name, like this: Does this also apply to models of other apps? In partic