Re: DEFAULT Django Session is still using File in /tmp (Can't read from directory)

2021-04-27 Thread Andre Foote
FileNotFoundError at /admin/region/country/process_import/ [Errno 2] No such file or directory: '/tmp/tmpu31qxebf' *Request Method*: POST *Request URL*: http://myurl/admin/region/country/process_import/ *Django Version*: 3.0.10 *Exception Type*: FileNotFoundError *Exception Value*: [Errno 2] No su

Re: module not found

2021-04-27 Thread Sebastian Jung
Hello, You Install Django package with pip Install but you need with python3 pip3 instead of pip. Regards Théodore KOSSI schrieb am Mo., 26. Apr. 2021, 13:40: > can you help me for this problem? > > -- > You received this message because you are subscribed to the Google Groups > "Django users"

Re: DEFAULT Django Session is still using File in /tmp (Can't read from directory)

2021-04-27 Thread Ryan Nowakowski
On April 26, 2021 11:31:24 PM CDT, Andre Foote wrote: >However, the application crashes with the error stating that it is >unable >to read the session data stored in "/tmp". Please post the full error including any exception messages and the full Python trace back if available. -- You rec

Re: module not found

2021-04-27 Thread Shailesh Yadav
Hi, This issue is because of virtual env please check env and also Django installed in it or not. (You can also check the python interpreter and see the path). for more info please refer to this document. https://simpleisbetterthancomplex.com/series/2017/09/04/a-complete-beginners-guide-to-django-

DEFAULT Django Session is still using File in /tmp (Can't read from directory)

2021-04-27 Thread Andre Foote
I've wired up a Django 3.0.1 Application using the default, DB-backed session configurations. MIDDLEWARE has "django.contrib.sessions.middleware.SessionMiddleware", INSTALLED_APPS has "django.contrib.sessions". During file import (using django-import-export) I see that while session records are

Re: Plotly-Dash error

2021-04-27 Thread John Hughes
I get the same error - however when I remove the color= option the error disappears. Of course, then I don't get the chart that I need. On Monday, 5 April 2021 at 22:47:12 UTC+10 geethanj...@gmail.com wrote: > Hi Guys, > > I'm getting an error while executing the code...Please help me if anyone

Re: module not found

2021-04-27 Thread Théodore KOSSI
thanks you very much. I will try this issue and will return later. Le lun. 26 avr. 2021 à 13:48, Benjamin Schollnick < bscholln...@schollnick.net> a écrit : > Okay, it appears you are on a Macintosh…. > > Which is not the problem, but I ran into the same issue, and it’s most > likely that you ins

A/B testing recommendations

2021-04-27 Thread Andréas Kühne
Hi all, I am working on a website where we now want to do A/B testing. Now I have previously looked into this - but have never found any good packages for doing that. The landscape may have changed now then, so I was wondering if anyone has any good suggestions for A/B testing packages? Or if anyo