simonw / django-plugin-datasette

Django plugin to run Datasette inside of Django
Apache License 2.0
6 stars 0 forks source link

Support Datasette settings in settings.py #3

Open simonw opened 1 month ago

simonw commented 1 month ago

Instead of providing a datasette.yml file (or a metadata.json) file, this plugin could support having DATASETTE_CONFIG = {} and DATASETTE_METADATA = {...} options in Django's settings.py which are then picked up by the Datasette() constructor.