We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b64faf9 commit 718b7ceCopy full SHA for 718b7ce
1 file changed
README.rst
@@ -194,6 +194,10 @@ Wrap the ``Bottle`` app with livereload server:
194
195
.. code:: python
196
197
+ # Without this line templates won't auto reload because of caching.
198
+ # http://bottlepy.org/docs/dev/tutorial.html#templates
199
+ bottle.debug(True)
200
+
201
app = Bottle()
202
server = Server(app)
203
# server.watch
0 commit comments