This basic website uses bare minimum of:
The feature that distinguishes this simple website is the use of two languages - English and Russian. For this purpose I used Django's Internationalization capabilities. Each page is translated with trans-tags of Django templating language. User can switch the language by using the language switch in the top-right corner.