Re: Django Tutorial Part 3 Error for Django 3.1

2021-03-17 Thread Ronnie Atuhaire
Thanks! On Tue, Mar 16, 2021 at 5:01 PM Joel Goldstick wrote: > > > On Tue, Mar 16, 2021 at 9:11 AM Ronnie Atuhaire > wrote: > >> Hello everyone, I joined this platform like a week ago not because I am >> experienced but because I am new to Django and would like to connect with >> like minded

Calendar based on JS/JQuery needs to communicate with Django

2021-03-17 Thread Manuel Buri
Hello, I am having a website where people are able to *make bookings for offices*. Clients will click on the *calendar that is rendered in JS/JQuery (on client side)* to select a date and then book for a specific date via a button. To store the booking in my database I am using an Ajax call, wh

Re: Calendar based on JS/JQuery needs to communicate with Django

2021-03-17 Thread Ryan Nowakowski
You probably don't need a slug just to group by date. Take a look at the regroup and date template tags: https://stackoverflow.com/a/1255076/226697 On March 17, 2021 5:14:36 AM CDT, Manuel Buri wrote: >Hello, > >I am having a website where people are able to *make bookings for >offices*. >Clie

create super user

2021-03-17 Thread arun arunisto
theres an error showing in django while creating superuser, but its happening recently, after the update of new version 3.1.7 -- 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

Hello from a new user

2021-03-17 Thread Mahmood
Hi All, I am a new user to Django and am exploring it for Web development using Python. I am looking for Django tutorials. Please guide me to some tutorials, Regards Mahmood -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Infinite HttpStreamingResponse Doesn't work with websocket on channels asgi

2021-03-17 Thread erfan faraj
Hello, I ran into an issue with channels asgi today. I had a wsgi server which i implemented with django and django rest framework. the server streams video from a webcam indefinitly and at the same time listens for requests like save image which saves a frame on the server or stops and starts

Re: Hello from a new user

2021-03-17 Thread Ryan Nowakowski
Hey Mahmood, Welcome! Just curious, why reach out to a mailing list for tutorial recommendations? I find that Google and other web search engines have this covered pretty well. Do you find that you get better results from mailing lists? Do you like the mailing list experience better than web

Re: create super user

2021-03-17 Thread Ryan Nowakowski
On March 17, 2021 2:24:18 AM CDT, arun arunisto wrote: >theres an error showing in django while creating superuser, but its >happening recently, after the update of new version 3.1.7 Interesting! A few more details would help us narrow down the problem here. 1. What version of Django were y

Re: Infinite HttpStreamingResponse Doesn't work with websocket on channels asgi

2021-03-17 Thread Ryan Nowakowski
On March 17, 2021 8:29:53 AM CDT, erfan faraj wrote: >I ran into an issue with channels asgi today. I had a wsgi server which >i >implemented with django and django rest framework. the server streams >video >from a webcam indefinitly and at the same time listens for requests >like >save imag

Re: Infinite HttpStreamingResponse Doesn't work with websocket on channels asgi

2021-03-17 Thread erfan faraj
you mean the event loop? On Wednesday, March 17, 2021 at 5:33:49 PM UTC+3:30 Ryan Nowakowski wrote: > > > On March 17, 2021 8:29:53 AM CDT, erfan faraj wrote: > >I ran into an issue with channels asgi today. I had a wsgi server which > >i > >implemented with django and django rest framework.

Re: Hello from a new user

2021-03-17 Thread Mahmood Ahmad
Hello Ryan, You are right. I sound as if I am only looking for tutorials. Indeed, I am joining for specific Q's and A's. Regards On Wed, Mar 17, 2021 at 1:41 PM Mahmood wrote: > Hi All, > > I am a new user to Django and am exploring it for Web development using > Python. I am looking for Djan

Re: Infinite HttpStreamingResponse Doesn't work with websocket on channels asgi

2021-03-17 Thread Ryan Nowakowski
On Wed, Mar 17, 2021 at 07:15:20AM -0700, erfan faraj wrote: > On Wednesday, March 17, 2021 at 5:33:49 PM UTC+3:30 Ryan Nowakowski wrote: > > > > I haven't messed much with Django async. Could your video streaming view > > be blocking the asgi run loop? > > > you mean the event loop? Yup -- Yo

Re: Infinite HttpStreamingResponse Doesn't work with websocket on channels asgi

2021-03-17 Thread erfan faraj
I would think so but why should it? it didn't do that in the wsgi version. what happens behind the scenes in wsgi that causes it to not block other requests On Wednesday, March 17, 2021 at 8:10:41 PM UTC+3:30 Ryan Nowakowski wrote: > On Wed, Mar 17, 2021 at 07:15:20AM -0700, erfan faraj wrote:

Re: Infinite HttpStreamingResponse Doesn't work with websocket on channels asgi

2021-03-17 Thread Ryan Nowakowski
On Wed, Mar 17, 2021 at 09:42:26AM -0700, erfan faraj wrote: > On Wednesday, March 17, 2021 at 8:10:41 PM UTC+3:30 Ryan Nowakowski wrote: > > On Wed, Mar 17, 2021 at 07:15:20AM -0700, erfan faraj wrote: > > > On Wednesday, March 17, 2021 at 5:33:49 PM UTC+3:30 Ryan Nowakowski > > wrote: > > > > >

Re: First DRF project.

2021-03-17 Thread Hasan Tareq
Wow! looking Fresh man. On Monday, 15 March 2021 at 03:02:39 UTC+6 kells...@gmail.com wrote: > Thanks Uche. > > On Sun, Mar 14, 2021 at 15:33 Uche Kelvin wrote: > >> Nice to hear from you. >> >> I love your app >> >> On Sun, 14 Mar 2021 at 16:58, Kelvin Sajere wrote: >> >>> Ajay, I am

Re: First DRF project.

2021-03-17 Thread Kelvin Sajere
Thanks Hasan. Looking forward to people actually using the app. On Wed, Mar 17, 2021 at 9:10 PM Hasan Tareq wrote: > Wow! > > looking Fresh man. > > On Monday, 15 March 2021 at 03:02:39 UTC+6 kells...@gmail.com wrote: > >> Thanks Uche. >> >> On Sun, Mar 14, 2021 at 15:33 Uche Kelvin wro

Re: Python libraries for visualisations

2021-03-17 Thread Ryan Nowakowski
On March 14, 2021 11:49:19 PM CDT, GEETHANJALI S P wrote: >Hi..How to build a dashboard using django and python libraries for >creating >visualisations?. Please let me know .Thanks in advance! I'm terrible at web design so I usually like to start with some HTML that is already styled. I've

Re: runserver unsuccessfully without any exception or traceback

2021-03-17 Thread Ryan Nowakowski
On March 15, 2021 7:26:11 AM CDT, lilyfan195 wrote: > >however when I enter the http://127.0.0.1:8000 it showed page not >found, and the thing is whatever I clicked, the powershell remained the >same and didn't show any Exception traceback or something like that and >the pycharm didn't show any

Sending Websocket Data in View Not Working (Django Channels)

2021-03-17 Thread Stephen Lalor
Hi, I have what I think is an interesting problem: - Sending data to websocket in console works. - Sending data to websocket within view does not. I detailed what's happening on SO . I'd love to kno

Re: Python libraries for visualisations

2021-03-17 Thread Stephen Lalor
I do a tonne of data visualization and would recommend checking out Plotly . Looks really good and easy to create fairly complex graphics with. On Monday, March 15, 2021 at 4:50:18 AM UTC geethanj...@gmail.com wrote: > Hi..How to build a dashboard using django and py

Re: Hello from a new user

2021-03-17 Thread Mr. X Offencer
You can search on YouTube for django tutorials. Some of which are Django by code with harry - In Hindi Language Django by code with harry - In English Language On Wed, 17 Mar 2021, 20:57 Mahmood Ahmad, wrote: > Hello Ryan, > > You are right. I sound as if I am only looking for tutorials. > > Ind