You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.../datasette_init/__init__.py", line 9, in inner
for database_name, db_details in config.items():
AttributeError: 'NoneType' object has no attribute 'items'
This happens if your metadata has no "plugins": {"datasette-init": ... }} section.