0
votes

I am using Plone 5. What I am trying to do is to add a page on my website using a python script that retrieves some data from the website and will create a survey from that data. I wrote some code and that is displayed as a blank page when testing, but how do you actually make it be a part of you website so it is displayed there? Thanks!

1

1 Answers

2
votes

What you need is to implement a BrowserView. This is fully documented here: http://docs.plone.org/develop/plone/views/browserviews.html#creating-a-view

A simpler alternative could be to use Rapido: http://rapidoplone.readthedocs.org/en/latest/