6👍
✅
You should read the Django documentation on doing extra validation:
You just need to define a clean_file()
method.
Source:stackexchange.com
6👍
You should read the Django documentation on doing extra validation:
You just need to define a clean_file()
method.