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=`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

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