However, when I actually started to work on serving complex webpages. I discovered that DJANGO DOES NOT SERVE STATIC CONTENT. This includes css | js | img files. Even in development mode, you have to create a hack around to do this.
In rails, this would have being a simple placement in the public folder. I feel the lack of this feature is something no modern web framework should have. Do you think a webserver should include the ability to serve static content?