jbrendel
- Karma
- 50
- Created
- July 17, 2010 (16y ago)
- Submissions
- 0
- Enabling broadcast and multicast in the Amazon EC2 network (blog.vcider.com)
-
The standard ways to secure connections across public links (even for applications that don't support encryption themselves) has been to use stunnel or OpenVPN. But those solutions come with a significant performance…
- Django ModelForms: Setting any field attributes via Meta class (blog.brendel.com)
- How to use django_extensions' runscript command (blog.brendel.com)
- VPN or VPC? What's the difference? (blog.vcider.com)
- Big performance boost for Cassandra when running in a virtual network (blog.vcider.com)
- An easy way to setup VPNs or virtual private clouds - part 2 of tutorial (blog.vcider.com)
- How to use oDesk contractors for system administration tasks (blog.brendel.com)
How can you use contractors for system administration tasks, without having to hand them root passwords to your servers? The better solution is to let them work on the automation (scripting) of system administration…
- Developers, optimize your source code for reading (blog.brendel.com)
- RESTfully creating RESTful web services: An interactive demo (restxdemo.mulesoft.org)
- How to customize Django's default messages, even the hard-coded ones (blog.brendel.com)
Django has some hard coded messages, for example in the generic views and forms of the auth app. Here, a very simple method is shown how those messages can be customized without having to hack the code or having to…