Django Channels

2019-01-27 Thread Vaibhav Kumar Chaudhary
I am trying to create a chat app with Django Channels and facing a bit problem here. when I type chat room's name is the form it redirects with to that link but my urls .py can not match that url and can not connect me to my views here is urls.py from django.urls import path from django.conf.u

How to save bio using forms.ModelForm

2019-01-27 Thread Arturo Fernandez
I tried multiple links on stackov. but none worked, I can't get my *bio* form to save the data on the db for the user profile :/ I managed to save the first name and last name, but I can't make the bio save... This is my code: *profile.html* {% csrf_token %} {{ user_BioAndSocialForm.bio