kopia lustrzana https://github.com/simonw/datasette
rodzic
37d18a5bce
commit
bbde835a1f
|
|
@ -453,7 +453,7 @@ You can now create :ref:`custom pages <custom_pages>` within your Datasette inst
|
||||||
:ref:`settings_dir` (`#731 <https://github.com/simonw/datasette/issues/731>`__) allows you to define a custom Datasette instance as a directory. So instead of running the following::
|
:ref:`settings_dir` (`#731 <https://github.com/simonw/datasette/issues/731>`__) allows you to define a custom Datasette instance as a directory. So instead of running the following::
|
||||||
|
|
||||||
$ datasette one.db two.db \
|
$ datasette one.db two.db \
|
||||||
--metadata.json \
|
--metadata=metadata.json \
|
||||||
--template-dir=templates/ \
|
--template-dir=templates/ \
|
||||||
--plugins-dir=plugins \
|
--plugins-dir=plugins \
|
||||||
--static css:css
|
--static css:css
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ Configuration directory mode
|
||||||
Normally you configure Datasette using command-line options. For a Datasette instance with custom templates, custom plugins, a static directory and several databases this can get quite verbose::
|
Normally you configure Datasette using command-line options. For a Datasette instance with custom templates, custom plugins, a static directory and several databases this can get quite verbose::
|
||||||
|
|
||||||
$ datasette one.db two.db \
|
$ datasette one.db two.db \
|
||||||
--metadata.json \
|
--metadata=metadata.json \
|
||||||
--template-dir=templates/ \
|
--template-dir=templates/ \
|
||||||
--plugins-dir=plugins \
|
--plugins-dir=plugins \
|
||||||
--static css:css
|
--static css:css
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue