This site is developed with Django. Heres some pages related to Django
- settings.py – deployment and development version trick
- tunnelling – tunnelling to your live postgres database, if you don’t have/want postgres on your local development system.
- Simple search – A very simple function to generate a search query from a string
- Overriding Third Party Admin – add enhancements to third party admin interfaces without touching their code.
- HTTP methods – decorators for view functions that switch on HTTP method
