from WebKit.Examples.ExamplePage import ExamplePage
class Main(ExamplePage):
def writeContent(self):
self.writeln('''
DBUtils example
You can set the DBUtils parameters in the following file
With the default settings,
- you must have the PostgreSQL database
- and the PyGreSQL adapter installed, and
- you must have created a database with the name "demo" and
- a database user with the name "demo" and password "demo".
Start the demo!
''')