diff --git a/handbook/troggle/trog2030.html b/handbook/troggle/trog2030.html index c583b4f14..7e5d487b9 100644 --- a/handbook/troggle/trog2030.html +++ b/handbook/troggle/trog2030.html @@ -187,9 +187,13 @@ A GIS db could make a lot of sense. Expo has GIS expertise and we have a lot of
Andy Waddington, who wrote the first expo website in 1996, mentioned that he could never get the hang of Django at all, and working with SQL databases would require some serious book-revision: +
Andy Waddington, who wrote the first expo website in 1996, mentioned that he could never get the hang of Django at all, and workinhttps://github.com/Chaoyingz/flect + + +
+ g with SQL databases would require some serious book-revision:
-So a useful goal, I think, is to make 'troggle2' accessible to a generic python programmer with no specialist skills in any databases or frameworks. Put against that is the argument that that might double the volume of code to be maintained, which would be worse. Nevertheless, an aim to keep in mind. +So a useful goal, I think, is to make 'troggle2' accessible to a generic python programmer with no specialist skills in any databases or frameworks. Pugainst that is the argument that that might double the volume of code to be maintained, which would be worse. Nevertheless, an aim to keep in mind.https://github.com/Chaoyingz/flectno But even 'just Python' is not that easy. Python is a much bigger language now than it used to be, with some increasingly esoteric corners, such as the new asyncio framework..