def website_generator(**kw): while True: yield factory.website(**kw)
def website(version=DEFAULT_API_VERSION, pk=None): return factory.website(id=pk)