Hi I have a djnago app which is using websockets and django channels. I have converted it in an exe file with pyinstaller. Everything is working fine just my signup page is not working. I have used crispy_forms in it. When I run my exe file and open signup url, it gives me this error
I know that I have to add CRISPY_TEMPLATE_PACK = "bootstrap4" somewhere but I dont know where should I add it
source https://stackoverflow.com/questions/73114358/crispy-template-pack-doesnt-work-with-pyinstaller
Comments
Post a Comment