mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Don't suggest datasette-graphql in bulidpacks demo
Refs #997 - it's not a great suggestion because the fivethirtyeight.db database has so many tables.
This commit is contained in:
parent
7a029d1eda
commit
703439bdc3
1 changed files with 0 additions and 1 deletions
|
|
@ -95,7 +95,6 @@ Deploying Datasette on these platforms requires two files: ``requirements.txt``
|
||||||
The ``requirements.txt`` file lets the platform know which Python packages should be installed. It should contain ``datasette`` at a minimum, but can also list any Datasette plugins you wish to install - for example::
|
The ``requirements.txt`` file lets the platform know which Python packages should be installed. It should contain ``datasette`` at a minimum, but can also list any Datasette plugins you wish to install - for example::
|
||||||
|
|
||||||
datasette
|
datasette
|
||||||
datasette-graphql
|
|
||||||
datasette-vega
|
datasette-vega
|
||||||
|
|
||||||
The ``Procfile`` lets the hosting platform know how to run the command that serves web traffic. It should look like this::
|
The ``Procfile`` lets the hosting platform know how to run the command that serves web traffic. It should look like this::
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue