Re: Django

2018-01-12 Thread Dylan Reinhold
Render to response is deprecated in version 2. https://docs.djangoproject.com/en/2.0/topics/http/shortcuts/#render-to-response Use render. Dylan On Fri, Jan 12, 2018 at 2:48 PM, Artush Ghazaryan < artush.ghazarya...@gmail.com> wrote: > NameError at /8/poqrik-ishxan/ > > name 'render_to_response

Django

2018-01-12 Thread Artush Ghazaryan
NameError at /8/poqrik-ishxan/ name 'render_to_response' is not defined Request Method: GET Request URL: http://127.0.0.1:8000/8/poqrik-ishxan/ Django Version: 2.0 Exception Type: NameError Exception Value: name 'render_to_response' is not defined Exception Location: E:\Django-Shop\myshop\shop

GeoDjango GDAL Slice Error in layer.py

2018-01-12 Thread Justin Johnson
I'm completely new to GeoDjango. I'm working through the tutorial for Django version 2.0, and I am encountering an error when I follow the steps in the GeoDjango section. Specifically, when I attempt to slice a Layer object to extract Features, it gives me an error which looks like a poss

Add bulk users to google group automatically

2018-01-12 Thread shika
Is there a way to add large amount of users and email ids to the google group instead of using GAM API. I would also like to check if the group already have the email ids and only add new users. Any pointers to the code or to the APIs through which this can be done? Thank You -- You received

Openings for software developers in São Paulo, Brazil

2018-01-12 Thread Carlos Ribas
Hello all, The Research, Innovation and Dissemination Center on Neuromathematics (RIDC NeuroMat) is offering scholarships for information technology professionals interested in being part of a breakthrough and innovative scientific project. It’s a FAPESP Technical Expertise Scholarship of leve

Re: Asynchoronous programming and websockets support

2018-01-12 Thread muratsert1453
Well In my opinion this is one of the things as Django community were falling behind. Asynch and Websockets are clearly gaining momentum as customer requirements for real time communication and updates is becoming a must. Therefore I wanted to point out that were missing something and an action

Re: Asynchoronous programming and websockets support

2018-01-12 Thread Andrew Godwin
It's something like that. Django core itself is very stable and slow and dependable, among other things, and it's still not clear even in the industry at large how people are actually going to _use_ WebSockets and other async-requiring things, though that is at least now improving. There's also a

Is it possible have Django registration and content databases on 2 different servers?

2018-01-12 Thread NoviceSortOf
Is it possible have Django registration and content databases on 2 different servers? I would like to decouple the registration from the content management system, and am wondering if its possible to place them on 2 different servers. What caveats, guidelines and methods are available for suc

Re: Asynchoronous programming and websockets support

2018-01-12 Thread Jason
Andrew, what's the difference between an official Django project and being merged into django core? IIRC, Kenneth Reitz of requests objects to adding that lib to python core because of the frequency updates due to security patches. According to what I read, he feels (and I agree) that updating

Re: want to join IRC

2018-01-12 Thread Jason
there are two items at https://code.djangoproject.com/wiki/IrcFAQ that would be helpful to you in the General Tips section, Also, there are a large number of results when you search for how to join irc -- You received this message because you are subscribed to the Google Groups "Django users"