gettext vs ugettext lazy

2021-12-02 Thread ngal...@gmail.com
Hello Would like to know the difference and where to use .Model, Views, Routers, Forms e.t.c gettext (from django.utils.translation import gettext) ugettext_lazy(from django.utils.translation import ugettext_lazy) -- You received this message because you are subscribed to the Google Groups "Dja

DEPLOYING DJANGO ON ASGI

2021-05-29 Thread ngal...@gmail.com
Hello Am familiar with deploying django on WSGI especially using apache on windows ecosystem Am trying to find any source which explain on deploying django on ASGI especially using uvicorn on windows ecosystem. -- You received this message because you are subscribed to the Google Groups "Djan