diff --git a/handbook/troggle/trogdjango.html b/handbook/troggle/trogdjango.html index 30e90441d..8ae267f33 100644 --- a/handbook/troggle/trogdjango.html +++ b/handbook/troggle/trogdjango.html @@ -40,8 +40,11 @@
This may seem overly pedantic and heavyweight, but this is exactly what we need when we are supporting software over decades. When we use software in troggle which is not so well organised, we really feel the pain. +
This may seem overly pedantic and heavyweight, but + this is exactly what we need + when we are supporting software over decades. When we use software in troggle which is not so well organised, we really feel the pain.
We do not just use our own code and django. We also use django plugins (known as "apps") too. These can do such things as image re-sizing, user authentication with captchas, PayPal processing or mailing list integration. Unfortunately django plugins are volunteer efforts and do not have the same defined update management process as django itself, so release schedules are rather random. They cause merry hell when upgrading troggle to use a new version of django.