eliezerp3
eliezerp3
Hi. When the Djstripe Order model auto syncs with the webhook, it just contains the list of discount id's. There is a way to expand the discount field so shows...
Hi. I’ve been testing out this package for last couple weeks and am ready to implement into my production code. When is v2.7 being released as need #1607 fixed? Thank...
It says in the readme that the apostrophe is not included in banned separators but for some reason it is marking the word he'll as profain.
Is there any way to return a list of words that are profane instead of replacing them with characters?
Hi. Thank you so much for this package. I have this ``` 'DEFAULT_AUTHENTICATION_CLASSES': ( 'rest_framework.authentication.SessionAuthentication', 'knox.auth.TokenAuthentication', ), ``` in my settings.py. Issue is that the log out view only expires...
I have an image that i am using BoxFit.cover for. The problem is that it makes the spinner massive. I tried to use placeholderScale to shrink but it doesn't do...
First of all thank you very much for creating this. I absolutely love web2py and vuejs and had to create my own way of combining the two which didn't work...