
Django-antivirus-field
======================

Django FileField with ClamAV protection

How to install:

1. pip install django-antivirus-field

2. put 'django_antivirus_field' into INSTALLED_APPS, if you want to.

3. instead of FileField, use ProtectedFileField from package
