Hacker News new | ask | show | jobs
by elithrar 4835 days ago
Have you considered using Heroku or Webfaction?

Apache + Django isn't too hard: the official docs cover it comprehensively: https://docs.djangoproject.com/en/1.5/howto/deployment/wsgi/...

1 comments

Yes, I considered Webfraction. The thing is, I want to learn how to configure everyting by myself, because (1) I like learning and (2) I thnk it will be valuable lesson and let me understand better, how server work.

I'm more interested in nginx config, but I'll definetely read docs from the link you provided.