Learning Django by Example(1): Start the Engine
Web September 3rd, 2007
This is yet another Django tutorial, it makes a difference since
- the author is totally a noob about Django programming, he has little experience on database and Web framework. You may find it interesting how a newbie benefit from the elegant design of Django.
- each step is carefully recored via Google Code, you can check out the snapshot to understand how the project evolves.
Translations are freely permitted as long as they are released under Attribution-Noncommercial-Share Alike Creative Common License. Learning Django by Example has already been fully or partially translated into several languages. If you translate it into another language and would like to be listed here, just let me know.
- Spanish, thanks to Tomcask
Think Big
I really love the intuitive interface of Delicious Library, unfortunately, it is Mac-only, and it may not scale due to the lack of database server support. Personally I prefer a small daemon running silently in my old Gentoo box to serve contents to all clients, cross-platform and it is supposed to scale when the library grows, and I may share the resources with my friends. So I decide to brew my tea: Gelman, named after the library in the main campus of the George Washington University.
I choose Django for the python on rail hype. I just need a lightweight, pythonic Web framework. Hopefully I could enjoy the development process.
NOTE: In the following tutorial, I would show the code snapshot in each step, when I mention check r#, you can checkout the code via:
in the case, # is 3. If Google code supported Trac, that make it much easier.
Read the rest of this entry »
