Anyone who is working in programming.

Re: Anyone who is working in programming.

Going off topic here but I dont know if any of you here have heard of Django (not the movie). Here is a little about it from the wikipedia. Works about the same as the code above.

Django is a free and open source web application framework, written in Python, which follows the model–view–controller architectural pattern.

Django’s primary goal is to ease the creation of complex, database-driven websites. Django emphasizes reusability and “pluggability” of components, rapid development, and the principle of don’t repeat yourself. Python is used throughout, even for settings, files, and data models. Django also provides an optional administrative create, read, update and delete interface that is generated dynamically through introspection and configured via admin models.