unitedsoftwork
unitedsoftwork
I see where the code was planned on being included but when uncommented and used, the results are incorrect. Is there any method implemented that will allow for the exploding...
I'm writing some tests that use the Preferences app. In the setup function of the test class, i have this code. from preferences import preferences preferences.Test.ip = "http://192.168.1.7/" preferences.Test.save() yet...
With this little bit of code we can allow the select field to receive an object rather than just an integer, this is very useful for when a REST API...
Is there a built in way to refresh one row from the database without having to refresh the entire grid? I have a grid that shows read only data from...
First off, this is an awesome project that’s been undertaken. Very nice. But I do have a question. Where would be the best place to hook into this code to...