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.
The documentation promises that the user app will not connect automatically: docs. But Piccolo CLI ignores this and registers the application anyway.
Console output:
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.