aldryn-newsblog icon indicating copy to clipboard operation
aldryn-newsblog copied to clipboard

'NoneType' object has no attribute 'exclude_featured'

Open ycocatrix opened this issue 7 years ago • 23 comments

I get this error: 'NoneType' object has no attribute 'exclude_featured'

From there:

/usr/local/lib/python2.7/dist-packages/aldryn_newsblog/views.py in get_queryset
                    exclude_count = self.config.exclude_featured 

I don't know what to do.. all package are uptodate: lxml==3.4.4 django-cms==3.3.2 django-treebeard>=4.0 django-storages==1.1.8 https://github.com/divio/djangocms-column/archive/master.zip?1471366384.1 https://github.com/divio/djangocms-googlemap/archive/master.zip?1471366384.1 https://github.com/divio/djangocms-inherit/archive/master.zip?1471366384.1 https://github.com/divio/djangocms-link/archive/master.zip?1471366384.1 https://github.com/divio/djangocms-style/archive/master.zip?1471366384.1 https://github.com/divio/djangocms-file/archive/master.zip?1471366384.1 https://github.com/divio/djangocms-picture/archive/master.zip?1471366384.1 https://github.com/divio/djangocms-teaser/archive/master.zip?1471366384.1 https://github.com/divio/djangocms-video/archive/master.zip?1471366384.1 djangocms-admin-style>=1.0.6 djangocms-text-ckeditor==3.1.0 djangocms-youtube==0.2.0 Django==1.8.4 pytz django-reversion>=1.8.7,<1.9 django-polymorphic==0.9.2 django-mptt==0.8.5 django-filer==1.2.2 django-taggit==0.20.2 django-classy-tags>=0.3.4.1 django-admin-sortable==2.0.18 html5lib>=0.90,!=0.9999,!=0.99999,<0.99999999 Pillow>=2.3 django-sekizai>=0.7 six boto==2.38.0 aldryn-people==1.2.1 aldryn-categories==1.0.3 aldryn-common==1.0.4 aldryn-translation-tools==0.2.1 aldryn-mailchimp==0.3.0 aldryn-disqus==1.0.0 aldryn-boilerplates==0.7.4 aldryn-newsblog==1.2.4 aldryn-reversion==1.0.9 aldryn-apphook-reload==0.2.3 aldryn-apphooks-config==0.2.7 psycopg2==2.6.1

ycocatrix avatar Aug 20 '16 21:08 ycocatrix