Skip to content

Conversation

@badlydrawnrob
Copy link

A more exact overview of what adding tables to the create_admin function does for beginners. The particular wording can be different if you prefer, but "add" in my experience (as you're using migrations in agsi new for Piccolo ORM) can be confused with "create" (as in create_db_tables). Will also eventually slightly rewrite the "Getting started guide" for agsi new (will explain later).

  1. Add named argument to example for clarity
  2. Add endpoint docs for tables=

Fixes piccolo-orm/piccolo#1276

A more exact overview of what adding tables to the `create_admin` function does for beginners. Current `agsi new` cli example (in my opinion) isn't quite clear enough right now.

1. Add named argument to example
2. Add endpoint docs for `tables=`
@github-actions
Copy link

github-actions bot commented Dec 1, 2025

This PR has been marked as stale because it has been open for 30 days with no activity. Are there any blockers, or should this be closed?

@github-actions github-actions bot added the Stale label Dec 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Is create_admin supposed to create the SQLite and database tables?

1 participant