Proxy Hosting is a remote file server to upload html and javascript files and run them. It is able to execute AJAX calls through its internal proxy.
- Install python-virtualenv
- $pip -E env install -r dependencies.pip
- If you had django previously installed, execute: pip -E env install django --upgrade
- Configure django settings in a file called settings_local.py
- If you don't change the database config, django will use sqlite3 using a file called database.sqlite