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 ...
Django Development Version on Windows
I work with the Django development version on my (linux) server. But I work with a Windows Operation System, which is very dump when it comes to SVN Checkouts. There are some solutions for the command line. Hey, honestly the windows command line is annoying, isn't it?
TortoiseSVN
TortoiseSVN is a very easy to use tool for windows, which enables you to download the current Django Development Version.
Installing TortoiseSVN
Go to the TortoiseSVN Download page and select the MSI-file, which fits your windows. Installing is very easy:
- Click "Next >" twice
- Deselect "Additionally Icon set", "..(GB)..", "..(US).." by clicking ...

