<%include file="/pageheader.html" /> <%! #Code Here runs once when page is first rendered. Good place for import statements. __doc__= "" %> <% if 'yaml' in kwargs: x = kwargs['yaml'].file.read() module.board.loadLibraryFile(x,_asuser=True, filename=kwargs['yaml'].filename,errs=True) %>

Upload a fixtures library file

You can upload a YAML fixtures library file here. Any fixture types in the file will be added to the saved set of types. Everything else in the file is ignored.
<%include file="/pagefooter.html" />