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.
2 parents af8d2d4 + 094dd97 commit bd54ed7Copy full SHA for bd54ed7
docs/src/piccolo/engines/index.rst
@@ -95,7 +95,12 @@ 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 ``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
-------------------------------------------------------------------------------
106
0 commit comments