Daigo Sakamoto
Daigo Sakamoto
The next template's syntax was wrong. ``` django {{ b.{{ a.x }} }} ``` You can use nested "for" tag instead of nested "{{ }}" tag like below or prepare...
Hi, clphillips. It's true that the nested "for loop" is inefficient and deep nest was evil. If you worry about the efficiency, here is two solutions. 1. Create ordered variables...
I faced the same issue. And here's my solution. https://github.com/olacabs/jackhammer/pull/42
It's a pull request, not just a thread. It will be solved once they merge my pull request. https://github.com/olacabs/jackhammer/pull/42/files The reason of the error is connecting MySQL server before initializing...