Filipe A Ximenes

Results 43 comments of Filipe A Ximenes

Cool @bndr. But now there might be another problem then. I've tested locally with full imports but pasted the example with relative (didn't know it would make a difference). Let...

It's not picking for both cases. I'm running from the root of the project with the command: `pycycle --here --ignore=node_modules --verbose` I can see it enters `myapp.models.py` and `myapp.managers.py`. I'm...

@mikicz got it, thanks! Now that you said I can find it in the documentation, but i think it should be a little more explicit in the docs. Maybe an...

Or at least move the `tenant_command` section up, to go right after `Creating a Tenant`. `Management commands` mentions `tenant_command` before it's even explained.

@john2x Ran this manually and it solves the problem ``` c = ContentType.objects.get(model='to_be_deleted_model') with schema_context('schema_name'): c.delete() ``` So it's confirmed that it's incorrectly trying to access the public schema.

Actually, I thought it was failing for all schemas, but now I get it only fails for `public`. So not much of a progress here.

The same applies to Papertrail

You can configure role permissions "manually" to reflect that but there's no builtin support to assist with managing this