Hamish Durkin
Hamish Durkin
I have a setup where my users table is in both public and tenants, whilst my entities table is just in tenants. There is a many to many relationship set...
I recently had to make a tenant aware admin command, which was extremely easy due to subclassing BaseTenantCommand, the example of which was collectstatic made into collectstatic_schemas. However I can't...
I want to run serverless offline on a port that is not the default. Currently if I run sls offline everything is brought up correctly. However if I run sls...
I ran herokuish against my django app, using the default python:3.5 docker image. When running 'herokuish test', it complained that it was 'Unable to select a buildpack'. The buildpack detect...