-
-
Notifications
You must be signed in to change notification settings - Fork 698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
datasette publish --install=name-of-plugin #223
Comments
Demo:
Produced this deployment, with both the https://datasette-issue-223.now.sh/-/static-plugins/datasette_plugin_demos/plugin.js https://datasette-issue-223.now.sh/sortable-4bbaa6f?sql=select+random_integer%280%2C+10%29 |
Tested on Heroku as well.
https://morning-tor-45944.herokuapp.com/-/static-plugins/datasette_plugin_demos/plugin.js https://morning-tor-45944.herokuapp.com/sortable-4bbaa6f?sql=select+random_integer%280%2C+10%29 |
And tested
|
Allows you to specify one or more additional packages to be installed, useful for deploying plugins.
Mechanism for causing datasette publish and datasette package to install one or more additional plugins using
pip install
- refs #14The text was updated successfully, but these errors were encountered: