~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to check_input/apps.py

  • Committer: franku
  • Date: 2017-11-24 09:24:41 UTC
  • mto: This revision was merged to the branch mainline in revision 477.
  • Revision ID: somal@arcor.de-20171124092441-i3fuv708y2hk6b00
refactoring of variables; moved spam_check into the model

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
from django.apps import AppConfig
 
2
 
 
3
class CheckInput(AppConfig):
 
4
    name = 'check_input'
 
5
    verbose_name = "Check Input"
 
 
b'\\ No newline at end of file'