adimux

Results 8 comments of adimux

Programmatically, you have 2 choices : - Change django.db.connection.schema_name to each schema when listing, editing, deleting users - Set search path to all schemas "SET search_path TO tenant2,tenant1,public" (execute a...

You're right. I've already proposed that. Can someone update the code ?

If you have incorporated it in your project, it may be the fault of $cookie which changed in angular js 1.4+ https://docs.angularjs.org/api/ngCookies/service/$cookies You'll have to change for instance $cookies.token to...

Hi @cameronmaske That's what I was thinking. If I am still going to use `celery-once`, I might submit this PR soon.

To fix it, we need to replace the 206th line with 206 return '%s: %s' % (self.title, self.start_time.isoformat())

Same issue with `python:3.7-alpine-3.9`. I had to switch to a different distro: `debian`.

I tried the same notebook on the same instance and did not have the issue. I believe the issue is fixed on the latest Data Science image. Please try to...