Skip to content

Piccolo CLI registers user app automatically #1344

@pelid

Description

@pelid

The documentation promises that the user app will not connect automatically: docs. But Piccolo CLI ignores this and registers the application anyway.

# piccolo_conf.py
APP_REGISTRY = AppRegistry(apps=[])

Console output:

$ piccolo
...
user create
Create a new user. 

user list
List existing users. 

user change_password
Change a user's password. 

user change_permissions
Change a user's permissions. 
...

The problem is that my project uses another similar application instead of the standard user application. When Piccolo CLI is launched, confusion begins in the names of commands and applications.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions