Plugins on run
#2088
Replies: 2 comments
-
It looks like they're working on your deployed instance: https://aws-partners.fly.dev/-/plugins My best guess is that they aren't installed on your laptop in the same virtual environment as Datasette itself. I suggest trying this: datasette install datasette-block-robots datasette-json-html Then run this to confirm they were installed correctly: datasette plugins |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry, I'm super unfamiliar with Python. I got it working on my nix system like so:
Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I want plugins like:
Via https://github.com/kaihendry/aws-partners-datasette/blob/main/requirements.txt but they are not shown in my
make run
http://127.0.0.1:8001/-/plugins ... I've only managed to get the plugins loading via a publish target in my https://github.com/kaihendry/aws-partners-datasette/blob/main/MakefileThe problem is that I want to see the plugins in action locally in my run target, not on the remote Cloud service.
I've tried
Adding plugins to https://github.com/kaihendry/aws-partners-datasette/blob/main/metadata.yaml but appears to have no affect?
Beta Was this translation helpful? Give feedback.
All reactions