cmedcoff
cmedcoff
I have the following code (fragment): ``` client = TFSAPI(server_url=bh_tfs_base_url, project=collection, user=user, password=password, auth_type=HttpNtlmAuth) px = client.run_query("Shared Queries/PX Queries/PX - Priority List") for work_item in px.result.workitems: change_sets_relation = work_item.find_in_relation("ArtifactLink") for...
I'm attempting to execute what I would think to be a very common use case - intercepting and logging all HTTP traffic on localhost servers for debugging/demonstration purposes. For example...
have a fresh mezzanine install and site works. Added mezzanine-wiki and after following the install instructions and attemping to create the first wiki page observed this error. Looks like an...