A slight clarification of what a2j says above:
1)I would like to know if the disk space being offered for the hacker plan is the disk space separate from the file storage and database storage?
The disk space listed for each plan is the file storage -- that is, the stuff you can store in /home/yourusername, /tmp, and so on. It doesn't include web application logs (which are limited to a week's worth). It does include stuff you've shared using Dropbox, but that's not strictly enforced -- there's a process that does a regular scan looking for oversized Dropboxes and we will unshare anything that's too huge, though normally we'll warn you first
2)Can I configuration my Django Project to store/upload files to my MEDIA_ROOT directory that is found on an external source like dropbox,github etc?
Could you also provide an example as to how you could configure the settings.py file for a Django Project to use an external source(github,dropbox) to store/upload files. I Hope this was clear enough.
I don't quite understand what you mean here. Do you want to use the external source for static files in the application? Or do you want to build a web app that allows people to upload files to GitHub or Dropbox? Or do you want to pull in the code for your application from Dropbox or GitHub? Or something else?