Skip to content

Commit d8dc609

Browse files
committed
update-endinge-docs-piccolo-conf-example
1 parent af8d2d4 commit d8dc609

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/src/piccolo/engines/index.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,10 @@ variable accordingly.
9595
9696
DB = SQLiteEngine(path='my_test_db.sqlite')
9797
98-
.. hint:: You can also specify sub modules, like `my_module.piccolo_conf`.
98+
If the ``picolo_conf`` file is located in a sub-module (rather than the root of your project) you can specify the path:
99+
100+
.. code-block:: bash
101+
export PICCOLO_CONF=sub_module.piccolo_conf
99102
100103
-------------------------------------------------------------------------------
101104

0 commit comments

Comments
 (0)