upload-directory

django: where should I put upload directory

What is the preferred place to keep upload directory for a django project? I am pretty sure I shouldn't keep it inside the project for production, because then I have to always remember to move it between projects, if I upload a new version of my project. Where should I keep it then? (I am talking about a linux machine). ...