django-cabinet
django-cabinet copied to clipboard
Validation for file size
How can I create a validation for file size?
Hey
I'd try replacing the file model with your own model and adding the validation to def clean
or maybe to the relevant def accept_file
methods.