|
|
|
|
|
by sirsinsalot
843 days ago
|
|
After years of crispy forms and HTML-in-Python hackery, I am firmly on the side that the presentation layer shouldn't be so tightly coupled to the code that renders it. A template language (that isn't Python) is sufficient. Even better if you can render the templates from different languages. I'll never be defining web app presentation in Python. |
|
You might want to try (my project) iommi https://docs.iommi.rocks/ It's very different.