Ed Menendez

Results 11 comments of Ed Menendez

@leogout The issue is not if GitHub supports it. The issue is that it seems the repository is abandoned. GitHub's support for that is forking.

@leogout Sounds like you will be a fantastic maintainer if you can get someone to respond. I hope someone does. Good luck! If you eventually choose to fork and need...

@f1nality I would be happy to help. I believe there are others listed in issue #389 that might also be interested.

You should probably use something like pgbouncer to pool postgres connections instead of building this into django-rq. Configuration is pretty simple. In fact, you should be using a connection pooler...

This is also impacting us. Turning off the SQL panel produces a 10x+ performance improvement in an admin page.

Setting `PRETTIFY_SQL` to False does not help. The only thing that helps is turning off the SQL panel. DDT tells me most of the extra time is being spent in...

~300, mostly small lookups. Another bit which might be useful to know, before upgrade from version 2.0, that same page performed fine. @tim-schilling

I'm using Docker for my local sandbox and am proxying it via nginx to proxy https pages that are generated by Django's runserver. The site URL actually contains https for...

I copied the migrations to a place where I could edit it and modified settings.py to ``` MIGRATION_MODULES = { 'oauth2_provider': 'core.oauth2_provider_migrations', } ``` Then, I modified 0012 to remove...

`PostgreSQL 13.21, compiled by Visual C++ build 1944, 64-bit`