django-throttling icon indicating copy to clipboard operation
django-throttling copied to clipboard

A simple django throttling app

Results 2 django-throttling issues
Sort by recently updated
recently updated
newest added

Make project compatible with new Django versions reformat project with black formater

``` 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) ```...