Transfer Ruby on rails to Python Django

In function Ruby on Rails i see this line:

render :text => 'string'

What does that mean in function Python Django?

Back to Top