Meiyer
Meiyer
**Miksado/malpersonigado de datenoj** La datumbazo de PS enhavas plurajn informojn kiuj estas/us konsiderataj PII (Persona Identiga Informo) fare de Eŭropuniaj reguloj. Ĉar tiuj ĉi datenoj foje estas kopiataj en aliajn...
**Tabelo por agordi videbligon por ĉiu datumero** ***MFP*** - [x] bazo: novaj modeloj (agordoj de videbligo) + migradoj - [x] bazo: UI por la tabelo en profilo/agordoj - [x] minimumigitaj...
> > averto pri uzo de kuketoj kaj akcepto de tia uzo. > > Ĉu eblas forigi la ŝprucaĵo pri ja kuketoj? Ne estas necesa nek por la uzantaj kuketoj,...
> Do ĉu eblas forigi ambaŭ? :heavy_plus_sign: :arrow_right: **TODO**
Is this ready for a review?
Sure. Here is our configuration. `settings/base.py` ```python MIDDLEWARE = [ 'django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.common.CommonMiddleware', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'django.middleware.clickjacking.XFrameOptionsMiddleware', 'django.contrib.flatpages.middleware.FlatpageFallbackMiddleware', 'dnt.middleware.DoNotTrackMiddleware', 'core.middleware.AccountFlagsMiddleware', ] LOGGING = { 'version': 1, 'disable_existing_loggers': False, 'handlers': { 'mail_admins_important_bits':...
Well, when I am writing / updating the tests, I am doing it in the development environment. Also, when updating a piece of code I would want to first run...
That is because the `ok` property on the return value tells you (as the docs say) if there is any result, but the IpInfo provider is coded to treat any...
I was investigating a different warning, but I think the root cause is the same: Geocoder does not explicitly close the HTTP session it makes use of: https://github.com/DenisCarriere/geocoder/blob/39b9999ec70e61da9fa52fe9fe82a261ad70fa8b/geocoder/base.py#L389 It is...
I had to remember what this is about and my idea for a solution, this was one year ago... 😏 Basically we have custom panels or customizations of the existing...