Freelancers and Django (DRY-Principle)
In Django you are able to write websites in a minimum of time with a great result. Some developers, nevertheless, don't care about structuring their source as good as Django does. This will cost time and nerves. This entry is meant to show how especially freelancers can save time by thinking before programming, what is a good overall rule. ;)
Two main kinds of Django developers
There are developers, who work only on one project. They use Django to be able to concentrate on the real programming and not too boring stuff, like creating comments and so on. I'll ...

