Re: costum user in Django 3.2

2021-11-10 Thread David Nugent
On Tue, Nov 9, 2021 at 10:15 PM DJANGO DEVELOPER wrote: > have you added AUTH_USER_MODEL = 'my_app.custommodel' in your settings.py? > And note the lower case here as pointed out. App names are always handled as lowercase internally in Django. On Monday, November 8, 2021 at 10:50:14 PM UTC+5

Re: Celery & Docker Setup

2021-11-10 Thread Edchel Stephen Nini
Yes you can add celery anywhere. Check out the full tutorial on how he did it. You're welcome. Keep safe, Ed On Thu, 11 Nov 2021 at 00:17, Trippy Samurai wrote: > Thanks edchels for the link considering the views is it possible to add? > > > On Wednesday, 10 November 2021 at 15:52:14 UTC+5:30

Custom User App

2021-11-10 Thread bnmng
Hi Django people. I request your thoughts on a custom user app. It's called 'TougshireAuth', but my intent is that it be renamed and hacked each time it is added to a new project. Otherwise it's not really a custom user I would appreciate feedback. I'm an amateur who is ready to accept honest

Re: Celery & Docker Setup

2021-11-10 Thread Trippy Samurai
Thanks edchels for the link considering the views is it possible to add? On Wednesday, 10 November 2021 at 15:52:14 UTC+5:30 edchels...@gmail.com wrote: > Checkout this tutorial > > https://realpython.com/asynchronous-tasks-with-django-and-celery/ > > On Wed, 10 Nov 2021 at 17:12, Trippy Samur

Lack of tutorials and explanations about channels

2021-11-10 Thread Dossou Mawussekuifan Gloria Donald KANTI
Why aren't there much tutorials and explanations about Channels and websocket integration in django over the internet ? Quite confusing. How can we get to know and understand it more if nobody wants to explain it. I am new to python and drf, wanna implement some realtime features in my app but

Re: Celery & Docker Setup

2021-11-10 Thread Edchel Stephen Nini
Checkout this tutorial https://realpython.com/asynchronous-tasks-with-django-and-celery/ On Wed, 10 Nov 2021 at 17:12, Trippy Samurai wrote: > Hello, > I have around 18 views in my views.py file how do i integrate with > celery,Please help me if anyone's aware > > *Views*.*py:* > > from django

Re: Celery & Docker Setup

2021-11-10 Thread Edchel Stephen Nini
Checkout this tutorial https://realpython.com/asynchronous-tasks-with-django-and-celery/ On Wed, 10 Nov 2021 at 17:12, Trippy Samurai wrote: > Hello, > I have around 18 views in my views.py file how do i integrate with > celery,Please help me if anyone's aware > > *Views*.*py:* > > from django

Celery & Docker Setup

2021-11-10 Thread Trippy Samurai
Hello, I have around 18 views in my views.py file how do i integrate with celery,Please help me if anyone's aware *Views*.*py:* from django import forms from django.contrib import auth from django.http import request from django.http.response import HttpResponse, HttpResponseRedirect from django

Re: Django error: type object has no attribute 'objects'‏‏

2021-11-10 Thread Shada Bahassan
Thank you so much Kasper Laudrup في الثلاثاء، 9 نوفمبر 2021 في تمام الساعة 4:48:20 م UTC+3، كتب Kasper Laudrup رسالة نصها: > On 09/11/2021 14.26, Shada Bahassan wrote: > > After I connected mysql with django, I wrote in the view files to > > interact with the models files. And when runs