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 af8d2d4 commit d8dc609Copy full SHA for d8dc609
docs/src/piccolo/engines/index.rst
@@ -95,7 +95,10 @@ variable accordingly.
95
96
DB = SQLiteEngine(path='my_test_db.sqlite')
97
98
-.. hint:: You can also specify sub modules, like `my_module.piccolo_conf`.
+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
102
103
-------------------------------------------------------------------------------
104
0 commit comments