Django antimat is application for filtering swear words.
Project description
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
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django_antimat-1.0.1.tar.gz
(3.3 kB
view details)
File details
Details for the file django_antimat-1.0.1.tar.gz
.
File metadata
- Download URL: django_antimat-1.0.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf169f1fb95f6e20424d1286ac3ffa6ebac398d080752b89f3644d42bae6ed56 |
|
MD5 | 929bb45123b87c0514b3136dcd8cf59b |
|
BLAKE2b-256 | 18d9f7ff37c788f5bb0562a48d79d6605e4b6130d6ea8ed47daecbd3298aff29 |