Django-antimat

I. Install
   Requirements:
        Django
        South
        Pymorphy with installed MORPHY_DICT_PATH in settings
   
   For install:
   set MORPHY_DICT_PATH in setting to path of your dicts
   Add to installed apps in settings django_antimat
   ./manage migrate django_antimat

   initialize antimat with:
   from django_antimat import Antimat
   Antimat.install(MODEL, 'FIELD')


II. Get dicts for pymorphy
https://bitbucket.org/kmike/pymorphy/downloads/


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

IV. Author
Vadim aka ruscoder
rusmiligamer@gmail.com
