To answer your 2nd question: there is PyWebIO, an open-source library that allows you to write web UI using only Python and deploy it as a Django app: GitHub: https://github.com/pywebio/PyWebIO Doc: https://pywebio.readthedocs.io/en/latest/
BTW, if you like other Python-based web frameworks, it also supports, such as Flask, FastAPI etc. On Sat, Sep 18, 2021 at 3:11 PM Jet Ezra <[email protected]> wrote: > I know this may not be necessary at the moment because we are comfortable > depending on front-end frameworks, but I have my two ideas here: > 1. what if django alone without any framework can be used to design > progressive web apps, with routers that do not reload the page, we > currently have one of the best routing but what if they support SPAs this > time? > 2. what if we could instead of Javascript in the templates, we write > python, case in example is forexample how we write C# in .NET withing our > templates not writing JavaScript. Currently DJango is requiring its > developer to again go ahead and learn JS too, what if we remove that?? > > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/e050d91d-7c5b-40ff-8501-41d8008de627n%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/e050d91d-7c5b-40ff-8501-41d8008de627n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAHRR7tySBRvbAukG66ay5e9jsD3on5YUnzYa29HY7CfAaicqEQ%40mail.gmail.com.

