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 d8dc609 commit 094dd97Copy full SHA for 094dd97
docs/src/piccolo/engines/index.rst
@@ -95,9 +95,11 @@ variable accordingly.
95
96
DB = SQLiteEngine(path='my_test_db.sqlite')
97
98
-If the ``picolo_conf`` file is located in a sub-module (rather than the root of your project) you can specify the path:
+If the ``piccolo_conf.py`` file is located in a sub-module (rather than the
99
+root of your project) you can specify the path like this:
100
101
.. code-block:: bash
102
+
103
export PICCOLO_CONF=sub_module.piccolo_conf
104
105
-------------------------------------------------------------------------------
0 commit comments