I am interested in using Django for a side project, and was wondering how well it would align with the following goals. Any helpful resources and tips would be much appreciated
* Authentication of users
* Drag and drop of files into "quarantine" server filesystem where they can be scanned for malware
* Download of said files once virus check has completed
Thanks in advance
This post seems useful to me: https://iq.opengenus.org/file-hosting-service-in-django/
* Authentication of users
* Drag and drop of files into "quarantine" server filesystem where they can be scanned for malware
* Download of said files once virus check has completed
Thanks in advance
This post seems useful to me: https://iq.opengenus.org/file-hosting-service-in-django/