You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/usr/local/lib/python2.7/dist-packages/django_throttling/util.py", line 29, in __init__
self.view_name = '%s.%s' % (view_func.__module__, view_func.__name__)
AttributeError: 'LatestFeed' object has no attribute '__name__'
LatestFeed is
from django.contrib.syndication.views import Feed
LatestFeed(Feed)
disable app does not helped
DJANGO_THROTTLING_ENABLED = False
only disable 'django_throttling.middleware.ThrottleMiddleware' stops error
The text was updated successfully, but these errors were encountered:
LatestFeed is
disable app does not helped
only disable 'django_throttling.middleware.ThrottleMiddleware' stops error
The text was updated successfully, but these errors were encountered: