Re: Django deployments

2021-11-18 Thread Shriwallabh Aghor
https://www.youtube.com/watch?v=_MbZSSXdM8s I have deployed multiple Django applications on same server using nginx and gunicorn, above video was really helpful On Thu, Nov 18, 2021 at 2:04 AM Elango Venkat wrote: > Hi all, can anyone help me on the below or suggestions pls. > I need to deploy

Re: Question regarding organizing models

2021-11-18 Thread Twizerimana Emmanuel
hy yooo i got problem in python quadratic equation in python how to operate delta that is less than 0 using complex function On Sun, Nov 14, 2021 at 9:24 PM Peter of the Norse wrote: > You can put a string with the name of a class that is yet to be defined in > the ForeignKey. > https://docs.dja

How can I use pdf.js to display the first page of every user-uploaded pdf file as a preview in Django?

2021-11-18 Thread iwor...@gmail.com
Hi, Kindley help me on this. https://stackoverflow.com/questions/70015641/how-can-i-use-pdf-js-to-display-the-first-page-of-every-user-uploaded-pdf-file-a -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop r

Asynchronous test always failing

2021-11-18 Thread Julie Agopian
Hello, I hope I am on the right place. I want to write some test from my async view and I follow the documentation but it keeps failing. this is my view: ```class Session(View): """ Asynchronously get a session for a system.""" @classonlymethod def as_view(cls, **initkwargs): view = super().