Recent Articles
Nginx to serve Django
March 17, 20102 Comments
Nginx, a fast, if not the fastest, solution to serve your static file and act as a proxy to your django application. On top of it, it allows you to manage right access to static file. Here is a short demonstration on howto setup Nginx on ubuntu with a SSL Certificate (from godaddy). Our Django server is listening on port 9000.
Manage revision of small scripts
January 14, 20101 Comment
We all did small scripts, sometimes useful, sometimes absolutely not. But anyway, those are kind of work that we never think important enough to be put on any revision control system. That's true, spend minutes, even hour to create a repository for it if you're not used to, never been a good idea. But with Mercurial, you maybe have a very good solution. And it even works for a big project, trust me !
Setup Django on Ubuntu 8.04 LTS
January 22, 20101 Comment
This is more a memo than a reall tutorial but if you follow those steps it should gives you a good (close to production ready) django server (with MySQL). The project is intended to be available at 3 different places, named on a subdomain dev, staging and www. The project files will be stored by user called project.