Re: Validate and get the user using the jwt token inside a view

2017-09-15 Thread oon arfiandwi
Hi, have you try to use jwt_decode_handler(token)? I found this on utils.py I check the source code of verify token, there's reference to decode handler inside the code. -- sincerely, Oon Arfiandwi On Fri, Sep 15, 2017 at 10:11 AM, Robin Lery <robinl...@gmail.com> wrote: > I am usi

Re: Best way to create a Purchase Order App?

2018-07-10 Thread oon arfiandwi
Hi, I have similar app which I implement with Django (FBV not CBV, but actually it would be similar). My approach is using Django Formset, which I generate the Purchase Order View with forms.modelform_factory() [1] and the Purchase Detail View with forms.inlineformset_factory() [2] but still, to

Re: Reading serialized data without json

2018-11-05 Thread oon arfiandwi
Hi, have to try to convert the QueryDict to dictionary? then try to get the keys as list. >>> qdict >>> qdict.dict() {u'allergies[0][date]': [''], u'allergies[1][date]': [''], u'allergies[0][subst]': ['nsaid'], u'allergies[1][subst]': ['alcohol']} >>> qdict.dict().keys() [u'allergies[0][date]',

Re: Vue.js support in PyCharm IDE

2021-01-21 Thread oon arfiandwi
://sales.jetbrains.com/hc/en-gb/articles/207240845-What-is-perpetual-fallback-license- -- sincerely, oon arfiandwi On Fri, Jan 22, 2021 at 1:11 PM Ram wrote: > Hi Oon, > > Thank you very much for your reply. Could you let me know if there is good > IDE with reasonable subscription price t

Re: Vue.js support in PyCharm IDE

2021-01-21 Thread oon arfiandwi
ld be the same. -- sincerely, oon arfiandwi On Thu, Jan 21, 2021 at 11:14 PM Ram wrote: > Hi, > > Is anyone able to configure and use Vue.js + Python + Django stack in > Pycharm IDE community version? if this is not possible or not supported, > could you let me know wh