Vlastimil Zíma

Results 67 comments of Vlastimil Zíma

I suggest to use [django-appsettings](/Genida/django-appsettings) or similar project to manage application settings.

Deletion is necessary part of captcha validation. Otherwise a single captcha image could be used to pass multiple forms. In my opinion, there is something wrong with the django-two-factor-auth or...

I haven't used the wizard myself, but I probably found the source of the problem in `django-formtools`. Anyhow `IdempotentSessionWizardView` seems to be able to mitigate that problem according to its...

Using django-simple-captcha 0.5.7, django 1.11 and python 2.7 following works for me: ```python from django import forms from captcha.fields import CaptchaField, CaptchaTextInput class MyForm(forms.Form): captcha = CaptchaField(widget=CaptchaTextInput(attrs={'placeholder': 'SMEGHEAD!'})) form =...

Custom widget templates introduced by Django 1.11 are enabled in #139.

Should be solved by #139, at least in Django >= 1.11.

`field_template` fixed in #139.

I reproduced the bug, but it seems to be only issue if `--python_betterproto_out=.`.

I can point you to my script: https://github.com/ziima/televize/blob/master/televize.py#L77-L99 `LiveStream.update` is what I want. The `playlist` there is M3U8 object. The playlists are from the same bitrates.