django_antimat

Django antimat application (available also in pip)

Downloads
65
Stars
6
Committers
2

django-antimat

Requirements:

  • Django>=1.4
  • pymorphy2
  • pymorphy2-dicts-ru

Install

Add to installed apps in settings django_antimat

./manage migrate django_antimat

Initialize with, as example:

from django.db import models

from django_antimat import Antimat

class TestAntimat(models.Model):
    text = models.TextField()

Antimat.install(TestAntimat, 'text')

Get mat list from internet And add this list in admin panel: each word on new line

Contributors

Package Rankings
Top 20.4% on Pypi.org
Badges
Extracted from project README
Build Status