Modified requirements.txt to add the django-ratelimit...
Modified requirements.txt to add the django-ratelimit (https://github.com/jsocol/django-ratelimit) version 1.0.1 Modified views.py to take a big chunk out of index function and put it in a post function. This allows the ratelimit decorations to work on that function.
Django==1.10 | ||
django-auth-ldap==1.2.8 | ||
django-crispy-forms==1.6.0 | ||
django-ratelimit==1.0.1 | ||
git+https://github.com/bruno207/django-qrcode.git | ||
flake8==3.0.4 | ||
git+https://github.com/kstateome/django-cas.git | ||
... | ... |
Please register or sign in to comment