diff --git a/handbook/troggle/trogdjango.html b/handbook/troggle/trogdjango.html index 7b3a64085..11844861e 100644 --- a/handbook/troggle/trogdjango.html +++ b/handbook/troggle/trogdjango.html @@ -51,16 +51,18 @@ plugin if it is really, really necessary and we have removed as many as we could we discovered that we weren't really using it and could work around it, so we are not planning on reinstalling staticfiles.
Well we might not use django indefinitely, but unlike many frameworks the necessary functions are separately replaceable. So this gives us an evolution path. We can incrementally reduce the amount of django we use, replacing it with our own simpler python that does only what we need.
The separate functions within the framework form a "stack". These functions exist in all web application frameworks but in Django they are loosely coupled. +
The stack is: