~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to djangoratings/default_settings.py

  • Committer: franku
  • Date: 2018-11-21 17:54:32 UTC
  • mfrom: (508.1.1 widelands)
  • Revision ID: somal@arcor.de-20181121175432-8rc3h0332xmgmma4
merged trunk, resolved conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
from django.conf import settings
2
 
 
3
 
# Used to limit the number of unique IPs that can vote on a single object+field.
4
 
#   useful if you're getting rating spam by users registering multiple accounts
5
 
RATINGS_VOTES_PER_IP = 3