Hacker News new | ask | show | jobs
by tharshan09 4833 days ago
I think you are on the right track. If you are using python+django already the I would suggest you stick with it. The problem with python+django is that its a bit more complicated to deploy etc. So you probably do not want to mess around with things like vps, wsgi, nginx etc unless your unix skills are decent? I would suggest if you want to basically deploy your app without having to worry about the deployment details - then read the reviews on here: http://djangofriendly.com/hosts/ especially about cloud providers where all you need to maintain is a git repo etc. For templates and gettings a design up and running there are a number of options - most popular being twitter bootstrap and zurb foundation. If your design is simple then I guess designer is not needed. If you need any help let me know.