mypebble / django-pgviews

Fork of django-postgres that focuses on maintaining and improving support for Postgres SQL Views.
The Unlicense
195 stars 41 forks source link

Adds a way around multi-tenant applications #51

Closed kingbuzzman closed 3 years ago

kingbuzzman commented 5 years ago

Fixes issue https://github.com/mypebble/django-pgviews/issues/50

kingbuzzman commented 5 years ago

Whats going on with circleci? Why are the tests not running?

kingbuzzman commented 5 years ago

https://github.com/mypebble/django-pgviews/pull/49 Whoops. Seems like i recreated your PR.. kind of.. You're concerned with swapping out the class, i'm concerned with the whole signal due to my tenants.

kingbuzzman commented 5 years ago

@mypebble is this project still maintained?

scott-w commented 5 years ago

Hey, @tpict and I don’t work at Pebble any more, so I’m not sure if anyone is looking at this repo.

I might be a little while but let me see if I can still do Admin on this project when I can get to a PC.

kingbuzzman commented 5 years ago

@scott-w any update?

scott-w commented 5 years ago

Hey @kingbuzzman, it seems I don't have any rights to this project any more. It looks like Tom is still listed but I can't get in contact with him any more :(

kingbuzzman commented 5 years ago

So.. is it dead? should i go else where?

scott-w commented 5 years ago

I just managed to get in touch with Tom and I’m going to see if he can give me write access to the repo.

Neither of us will be able to update PyPI though, so it might need a new package to achieve that. Long term, I doubt either of us will be particularly active in the project as Tom is extremely busy in his new job and I don’t work with Django my more.

kingbuzzman commented 5 years ago

Makes sense. Thank you for your efforts. I'll move this code elsewhere, maybe over to https://github.com/SectorLabs/django-postgres-extra

I'll try to port this code over for issue: https://github.com/SectorLabs/django-postgres-extra/issues/5

Mogost commented 5 years ago

@kingbuzzman Good idea with joining with django-postgres-extra! My project that uses django-pgviews is already a dependent on django-postgres-extra (I think that many have the same situation). If django-postgres-extra refuses to accept us, we can consider the possibility of migration under the wing of JazzBand