Re: Abridged summary of django-users@googlegroups.com - 1 update in 1 topic

2022-05-23 Thread Madhav kapadia
Yes pls let me know query On Mon, May 23, 2022, 6:32 PM wrote: > django-users@googlegroups.com > > Google > Groups > >

Re: How To expertise Django templates Language(DTL)

2022-05-23 Thread Mike Dewhirst
On 24/05/2022 4:30 am, waqar khan wrote: How To expertise Django templates Language(DTL) Kindy help me, i am intermediate DTL , any budy suggest link , you  tube video or books. This is likely your best bet ... https://docs.djangoproject.com/en/4.0/topics/templates/ -- You received this

How To expertise Django templates Language(DTL)

2022-05-23 Thread waqar khan
How To expertise Django templates Language(DTL) Kindy help me, i am intermediate DTL , any budy suggest link , you tube video or books. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

Re: Allocating items to users

2022-05-23 Thread Ryan Nowakowski
On Fri, May 13, 2022 at 09:27:48AM -0700, 'dtdave' via Django users wrote: > I have the following code: > from django.conf import settings > from django.db import models > > class AccountManager(models.Model): > account_manager = models.ForeignKey( > settings.AUTH_USER_MODEL,

Re: Django SMS project

2022-05-23 Thread Ryan Nowakowski
On Sun, May 22, 2022 at 09:08:27AM +0100, Tanni Seriki wrote: > Hi guys I have a project of django to send SMS to mobile number, > Please guys I really need your helps I agree with the other replies that your post is a little vague. That being said, in general when I want to send txts from