Archives October 2014
Save/Restore for Django "Embedded" Apps
Written by
on
in
Snaking,
Pony.
So we have a lot of Django-based code where we'd like the user to be able to download a (subset of) the Django database as a "config file", then upload that "config file" to some number of other machines (or the original one), potentially long after the database has been migrated. I've got the skeleton ...
Back to React Learning
Written by
on
in
Snaking,
Young Coders.
I wanted to get back to doing a bit of React.js, so I started converting more of the WebToys into React (from Angular and raw Jquery). It took a bit of staring at old code to remember the React way of things. There are definitely some things I need to get sorted; how to parameterize ...