Can I deploy a django app with only write permissions in a particular folder on the server?
For a recent work, I asked the admin to modify the .conf for me (and install mod_wsgi which was not present), but it would have been much less painful if I could have deployed the app by just uploading the files. (on apache)
I don't have much experience with Django, it was my first site, so I'm hoping that it's possible. The official documentation did not mention it though, but hey, StackOverflow may know better :).
Thanks
Edit: I finished this particular job, only hope for the future to have easier deployment.
Edit2: This seems like a "nearly-exact" duplicate, so I'm voting to close this question.