2๐
โ
You can always just setup port forwarding on your router. This would allow your testers direct access to your app. Though this might give your PC more exposure than you want.
Heroku has a free tier.
In your non free options, an instance at linode costs $20/month, but requires some setup. Rackspace has similar options in their cloud servers line. Both are no contract servers.
๐คHutch
0๐
My blogpost covers gracefully deploying a Mezzanine site. The monthly hosting cost is nothing compared to the cost of a slow, painful deployment process.
An EC2 micro-instance right now costs as little as ~US$3.50/month. I create and destroy staging servers on EC2 servers for testing and sharing with others.
๐คken
- [Answered ]-How can I group model atributes
- [Answered ]-Mouse Over in a django template
- [Answered ]-Django โ Concatenated CreateView, autofill hidden input
- [Answered ]-Django can't resolve a url name
Source:stackexchange.com