Guilouf
Guilouf
Installation does not work when 'django.contrib.sites' is not already included
In vanilla requests, this works well: data = { 'name': 'gerard', 'type': 3, # works fine also with int 'many_projects': ['PROJET1', 'PROJET2']} # works r = requests.post('http://httpbin.org/post', data=data, files={'file': open('200mo',...
I am playing with the examples, specially framebuffer, i know how to pass a shader as a texture to another shader using framebuffer, but how to pass to a shader...
I have a list of item in a container, which has a trigger to be refreshed every 2 seconds. But, when a boostrap5 modal is opened from one the fetched...
With summernote `0.8.20`, with in `settings.py` `SUMMERNOTE_THEME = 'bs5'`, the widget is not working, at least in admin: What is looks like with default setting:  With `SUMMERNOTE_THEME = 'bs5':...
In fact it is not working every time. Sometimes the file are detected, and their name is printed, sometimes not. The drop event is always fired. Here is an output,...
I set up a mutlistepform, which is working great but it does not take into account the widgets options of the class meta: ```python class MyFormStep1(forms.Form): slug = forms.SlugField() date_start...
Tested with the heroku online demo: def foo(): truc = 5 return f'bidule {truc}' Result: ``` def foo(): truc = 5 return ''.join(['bidule ', '{}'.format(truc)]) ``` It works but kind...
Hello, i have a modelForm, like this: ```python class PhotographyAPIForm(forms.ModelForm): class Meta: model = Photography fields = '__all__' ``` And i wanted to 'convert' this form to a serializer: ```python...
This issue is reproducible with the basic demo: https://querybuilder.js.org/demo.html When there is only one rule, the AND/OR selector is greyed out and auto set to "AND". Now if we add...