The weleup1r project¶
All code snippets on this page (lines starting with >>>
) are being
tested as part of our development workflow. The following
snippet initializes a demo project to use throughout this page.
>>> from lino import startup
>>> startup('lino_welfare.projects.weleup1r.settings')
>>> from lino.api.doctest import *
Overview¶
>>> test_client.force_login(rt.login("robin").get_user())
>>> test_client.get("/api/pcsw/Clients/132?dm=detail&fmt=json&ul=en&wt=d")
<HttpResponse status_code=200, "application/json">