[Answer]-Where does Django Storage save the file infomation(like name,path,url etc.)

1👍

FileField only cares about the local filename and storage mechanism; other fields in the table must be used to give the file a meaningful external name.

Leave a comment