Closed witold-gren closed 10 years ago
Hi, I'm use custom model in django cms and your plugin. Please add this line in models:
... from .utils import generate_slugs, get_blog_authors, get_slug_for_user User = getattr(settings, 'AUTH_USER_MODEL', User) ...
This code repairs the problem of its own the user class. :)
Hi, I'm use custom model in django cms and your plugin. Please add this line in models:
This code repairs the problem of its own the user class. :)