deployment’ Entries

  • How I deploy Django via Buildout

    I used to just jump in and develop my webapps in Django without giving any thought about how I'm going to deploy the project. I always maintained that I can worry about that later, and that it's either more important, or more fun to actually sit and write some code and put together that exciting new project. I'm sure there are many other that may share that sentiment. I mean, the deployment of the project is just a minor and final step, right? Not always.

    After deploying my first and second, and …

    Read More …