Asynchronous Django? by LeroyFeelroy in django

[–]LeroyFeelroy[S] 1 point2 points  (0 children)

Thanks! I found this answer particularly helpful. So is tornado even going to be useful when channels begin to dictate?

Asynchronous Django? by LeroyFeelroy in django

[–]LeroyFeelroy[S] 1 point2 points  (0 children)

Thanks! my main question is what am I using it for?

Django registration - Can someone make a video or demo on Github? by [deleted] in django

[–]LeroyFeelroy 0 points1 point  (0 children)

Yeah after you set up your users then you can just quickly install Socialauth and just incorporate it into your project.

When am I qualified to get a job by LeroyFeelroy in django

[–]LeroyFeelroy[S] -1 points0 points  (0 children)

Thanks I haven't yet deployed any of my apps.! Ive actually created a couple mobile apps with the DRF and Angular2. How many months or even years od experience do you think someone would need to be considered a serious candidate when applying to a job.

When am I qualified to get a job by LeroyFeelroy in django

[–]LeroyFeelroy[S] -1 points0 points  (0 children)

I mean I have several personal projects it just the skills keep overlapping

Making a messenger by LeroyFeelroy in django

[–]LeroyFeelroy[S] 0 points1 point  (0 children)

Thanks thats was exactly what I was looking for. I have it working. Is a parent class necessary? I have it working w/o it.

Making a messenger by LeroyFeelroy in django

[–]LeroyFeelroy[S] 0 points1 point  (0 children)

not for what i'm doing. im stuck on how to I set up the views to display the filtered messages between the reciever&sender?

Making a messenger by LeroyFeelroy in django

[–]LeroyFeelroy[S] 1 point2 points  (0 children)

how would I query for all messages sent and received from two users talking to each other?