Unable to log in the user using django channels because "connection is already closed"

2021-09-04 Thread Ross Meredith
Has anybody had this before? Here is the question on SO (which is better formatted) - https://stackoverflow.com/questions/69057713/unable-to-log-in-the-user-using-django-channels-because-connection-is-already-c I'm unable to log a user in with the login function provided by Django Channels. I

Re:Looking for co founders

2021-09-04 Thread yingi keme
Can you please elaborate more on the project if it's valuable enough to invest time and effort. Original Message Subject: Looking for co foundersFrom: balu k To: Django users CC: I am working on a project based on stock market.I am actively looking for co founder,if anyone intereste

Djongo 1.3.6

2021-09-04 Thread Dtr Prasad
in my new project, when i tried to migrate i.e python manage.py migrate it is showing errors like Apply all migrations: admin, auth, contenttypes, sessions Running migrations: This version of djongo does not support "NULL, NOT NULL column validation check" fully. Visit https://nesdis.github.io/dj

File Upload

2021-09-04 Thread Williams Andy Inc
Hi i am am trying to upload a file through a function but not the form and am facing difficulties how do i upload a file from server path without using the template form or forms.form ```class Image(models.Model): name = models.CharField(max_length=40, blank=True, unique=True) image_fi