Shen Li
Shen Li
try replacing `render` with `arender`
in deployment, the user:group of the source files(except for static files) do not matter. The only thing that matters is that the port or socket files is readable by nginx.
@asos-craigmorten , yea that sounds reasonable. I haven't looked into the other frameworks/tools this library tries to support tho.. And when testing I guess it can just pass in a...
> @asos-craigmorten , yea that sounds reasonable. I haven't looked into the other frameworks/tools this library tries to support tho.. And when testing I guess it can just pass in...
Sorry about the delay, but you can find it here: http://django-niji.rtfd.io Please note that this is a Django app not a full project. Which means you need to have a...
@shenfengok it's in your Django project.
Sorry about the delay. This functionality is absolutely necessary. But can you please add a test regarding this functionality if you have time. Otherwise I'll do it later.
请修改 ``` NIJI_LOGIN_URL_NAME = "account:login" NIJI_REG_URL_NAME = "account:reg" ```
Hi @superlevure we were facing the same issue and rewrote the executecontext in graphql-core to be promise based to support promised based resolvers. See it here: https://github.com/fellowapp/graphql-core-promise
> Hi @superlevure we were facing the same issue and rewrote the executecontext in graphql-core to be promise based to support promised based resolvers. See it here: https://github.com/fellowapp/graphql-core-promise I kind...