I want to create the file(.wav) by django and let it be downloaded by user.
Currently I create the file under /myproj/static directory.
However it is mixed with the other jpg/img files, so,, it's not good design?
then, I read the document about /myproj/media directory but it is said used for user upload files.
So,,, how is the good directory design for server created file?
Should I create such as /myproj/create_wav?
but how can user access this url in template?
Thank you for any idea or helps.
/mediastatic is for site .js, .css, some static images that site uses. Media is everything dynamic.download/audioanddownload/img, it's really up to you. I'd keepstaticas the standard for CSS and other website static resources.