Skip to content
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

New --plugins-dir=plugins/ option #212

Merged
merged 3 commits into from
Apr 16, 2018
Merged

New --plugins-dir=plugins/ option #212

merged 3 commits into from
Apr 16, 2018

Commits on Apr 16, 2018

  1. New --plugins-dir=plugins/ option, refs #211

    New option causing Datasette to load and evaluate all of the Python files in
    the specified directory and register any plugins that are defined in those
    files.
    
    This new option is available for the following commands:
    
        datasette serve mydb.db --plugins=plugins/
        datasette publish now/heroku mydb.db --plugins=plugins/
        datasette package mydb.db --plugins=plugins/
    simonw committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    1500b37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6ac9e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33c6bca View commit details
    Browse the repository at this point in the history