Chris Cauley

Results 5 comments of Chris Cauley

``` @-webkit-keyframes invert { 0% {-webkit-filter: invert(0);} 89% {-webkit-filter: invert(0);} 90% {-webkit-filter: invert(1)} 99% {-webkit-filter: invert(1)} 100% {-webkit-filter: invert(0);} } html { -webkit-animation-name: invert; -webkit-animation-duration: 2s; -webkit-animation-delay: 10s; -webkit-animation-iteration-count: 1;...

Hello @jarvelov, I'm interested in using this on a vue3 project. I tried copying one of the demos into my project and it failed spectacularly (form didn't render and error...

@jarvelov that would be great. I'll see if I can help.

TLDR; I had a typo in my `AUTHENTICATION_BACKENDS`. I went through the login flow for google and it looked like nothing happened (worked great with github). I then loaded the...

Would you recommend using schemulator instead? Is the wtforms package compatible with django? I was thinking about updating this project to work with django 2.0