Re: django channels test authorization with live server

2018-07-13 Thread Andrew Godwin
Hi, this is the mailing list for the development of Django itself. I suspect you will instead want to ask a question like this to the django-users list! Andrew On Fri, Jul 13, 2018 at 5:37 AM Piotrek eF wrote: > Hello, > > Normally, when I launch runserver, and login to admin site, I can open

django channels test authorization with live server

2018-07-13 Thread Piotrek eF
Hello, Normally, when I launch runserver, and login to admin site, I can open js console, connect to websocket server, and I'm authorized. I would like to realize such scenerio with pytest. Is there such possibility? -- You received this message because you are subscribed to the Google Groups

Default upload permissions

2018-07-13 Thread Claude Paroz
Hi all, https://code.djangoproject.com/ticket/28540 explains that unless FILE_UPLOAD_PERMISSION is set (not set by default), uploaded file permissions are often a mix of 0o600 and 0o644 (or another value depending of the default umask), based on the upload method (memory or temporary file)