csdenboer
Results
2
issues of
csdenboer
I am trying to speed up my page load time by using virtual-repeat instead of doing a full load. Surprisingly the page load time increased significantly when using virtual-repeat. This...
Is it possible to document a path parameter that is defined in an url, e.g. document 'currency' in `url(r'^v1/object/(?P\busd\b|\beur\b|\bkrw\b)/$', View.as_view())`? Is yes, how? Thanks!
triage