Alexander Makeev
Alexander Makeev
Привет, перепробовал кучу вещей в инете для nested drf routing, остановился на твоем пакете. У тебя отсутствует генератор полей-ссылок на nested-urls (у базового не хватает kwargs для reverse). ``` class...
No compilation during development (even at first launch without output folder). Have not found documented config to fix it. My config: ``` { "template_dir": "templates", "content_dir": "contents", "output_dir": "output", "server":...
Use as: ``` "templates": { "sort": false, }, ```
During check of nextPage existence the field "has_more" might be used (gotten at body). Without it, iteration of, say all thread messages list brings to infinite loop. Body field has...