Saving encrypted file using python django

How can we save an encrypted file using python django.. In models field i used FileField to save encrypted file.. but it is not correct.. instead of file field which field can i use.. and How can we save an encrypted file using python django?

Back to Top