Re: Name Fields values

2022-02-07 Thread raj program
https://docs.djangoproject.com/en/4.0/ref/models/meta/ On Tue, Feb 8, 2022, 03:54 Feroz Ahmed wrote: > Hi Everyone. > my personal project for marksheet is going on. > > all codes in views are fine > > fields are: > Name > English marks > Science Marks > Computer Marks > Avg > Sum > Total > > i n

Django Channels channels_redis not connecting

2021-09-26 Thread raj program
I'm using Django Channels in my app to make a person to person chat function. For this I'm using *Django Channels channel layers* that uses 'Redis' as a backing store. I have following configuration in the settings.py: CHANNEL_LAYERS = { "default": { "BACKEND": "channels_redis.core.RedisChan