| > Python is such a joy to write and such a nightmare to set up, package and distribute. Here's my simple-minded metric on when this problem can be called "solved": Get a VPS from GoDaddy. Deploy your Django app as easily as you can deploy a PHP app, say, Wordpress. I have written about this before. I love Django. And yet I think that they have done a huge disservice with the development server and DB configuration out of the box. Even for a simple application, going from developing on your desktop to deploying the same application on, as an example, GoDaddy, is in a range between nightmare and impossible. I have personally given up multiple times and just said "Fuck it! Just use WP" even when I really, truly wanted to stay in the Python/Django ecosystem. Try it. Develop a simple photo album application. Get a VPS from GoDaddy and deploy it. No Heroku et. al., are not solutions. They are indicative of the problem. |