Mark Bakhit

Results 313 comments of Mark Bakhit
trafficstars

Forcibly setting the values isn't necessary, I just thought it might be a clever way to automate some setup. The alternative is: ```python AUTHENTICATION_BACKENDS = ['axes.backends.AxesBackend'] AXES_BACKENDS = [ 'example.one',...

Agreed, adding some checks would be a good addition. We definitely want to raise `django.core.exceptions.ImproperlyConfigured` if the settings are bad.

Can you add a test for this to prevent future regressions?

I likely won't have time to develop this until somewhere around April, so until then this ticket will remain open for people to voice their opinions.

Hey @benjaoming sorry about that. I tried reaching out to jonathan-s and ZuluPro to gain access to the RTD. Neither has been responsive to providing access so I reached out...

Thanks! I've confirmed I've been added as a maintainer. I'll add in the Jazzband bot and johnthagen as soon as I get a chance.

Aplogies @pkkid! I'm trying to get all active maintainers funneled through the Jazzband org. Within this GitHub org, PyPi & RTD access is really only needed for emergencies, everything else...

Yes, but my time is spread a bit thin across the projects I currently support. It might take a while for me to get to this.

Since this appears to not be ready for review, I am marking this PR as draft. Please mark it as "Not Draft" when lint/tests are passing

@twkrol Are you still planning to work this PR?