remove user app from auto included apps#1346
remove user app from auto included apps#1346sinisaos wants to merge 2 commits intopiccolo-orm:masterfrom
Conversation
|
@dantownsend Have you considered merging this? This small change will allow the user to use a custom user app without interfering with the Piccolo user app. The documentation already states that the user app is optional and if we want use a user app, we need to register it in the AppRegistry. I have also updated the |
|
I'm not sure. In terms of the docs, I think you're right - the current behaviour does contradict the docs. I think for new projects it would be OK to not register the Piccolo Admin has the I think if someone registered their own |
I understand your concern about backward compatibility. I just tried it with some old project and the migrations work because I have registered the Piccolo Admin app. The only thing that doesn't work is creating users because the
I think a user with a custom user application that doesn't use |
Related to #1344 and #1345. Thanks to @pelid for finding that..