Re: Auto refreshing frontend

2021-01-05 Thread wongX Ndeso
you can use django async for realtime data On Wed, Jan 6, 2021 at 3:39 AM degnon...@gmail.com wrote: > Hello, > > I am building a very simple website in which the main page allows users to > import their contacts via csv or excel files to a postgres database. > > I have a page that displays

Auto refreshing frontend

2021-01-05 Thread degnon...@gmail.com
Hello, I am building a very simple website in which the main page allows users to import their contacts via csv or excel files to a postgres database. I have a page that displays whether or not the import of contacts is finished, I need my frontend to update automatically as soon as the task

Django Channels - Monitoring and Testing Performance in Prod

2021-01-05 Thread Myer Nore
I work on an app that has Django Channels 1 deployed in production with CPU-based auto-scaling. Most of the time, it works fine, but sometimes, when the site is busy and many users are utilizing the parts of our application that are channels-intensive, users are unable to utilize their

Re: How to generate points kilometers from a road

2021-01-05 Thread Juan Carlos F.
Exactly, what I need is to calculate the point on the road from the kilometer point PK 50 + 350 meters on the road, but not in a straight line but following the road El martes, 5 de enero de 2021 a las 14:12:56 UTC, Juan Carlos F. escribió: > Hi everybody > > I am new and I need to know if

Re: How to generate points kilometers from a road

2021-01-05 Thread Juan Carlos F.
Exactly, what I need is to calculate the point on the road from the kilometer point PK 50 + 350 meters on the road, but not in a straight line but following the road El martes, 5 de enero de 2021 a las 14:12:56 UTC, Juan Carlos F. escribió: > Hi everybody > > I am new and I need to know if

How can I segment a roads?

2021-01-05 Thread Juan Carlos F.
Hi everyone, I'm a new in django and python and i have a problem .I would like to know how I can segment a road by kilometer points . Any help is welcome. Thank you -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

How to generate points kilometers from a road

2021-01-05 Thread Juan Carlos F.
Hi everybody I am new and I need to know if the library or how I could generate the kilometer points starting from a polyline. Thanks for the info -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: Please help. ImportError with django 3.1

2021-01-05 Thread Steven Mapes
Do you have a function in the hello/views.py? That's the first place to start as the error suggests you do not. On Monday, 4 January 2021 at 14:39:32 UTC joshr...@gmail.com wrote: > hello is ur app name if so > from hello import views > try this > if not be clear what is hello,index > > On