You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
I found a issue in 0.9.4a1, filer/models/clipboardmodels.py use 'get_user_model()' method, which would cause an import loop. I defined a customized User model in my app, and then import FilerImageField. Then django will try to 'from filer.models.clipboardmodels import *' and raise ImproperlyConfigured("AUTH_USER_MODEL refers to model '%s' that has not been installed" % settings.AUTH_USER_MODEL) error.