Re: Interest in joining Django group

2024-03-21 Thread Ahmed-developer
welcome here. lets learn more about django. :) On Wednesday, February 21, 2024 at 12:05:52 PM UTC-8 Ambaig Baig wrote: > I am a student of Computer engineer at his last semester and have made > some Django projects before and this group will help me to be more better . > This will

Re: Finding the last modified timestamp for a group of Models

2024-02-28 Thread Jason
rtools for a quite > convoluted expression over query sets of all the models involved. > > It seems quite an obvious use case, and it can be implemented in pure SQL > quite easily. > -- You received this message because you are subscribed to the Google Groups "Django users" gro

Finding the last modified timestamp for a group of Models

2024-02-27 Thread Alex Guetsche
Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/bff16a54-c807-4e21-977b-f10

Interest in joining Django group

2024-02-21 Thread Ambaig Baig
I am a student of Computer engineer at his last semester and have made some Django projects before and this group will help me to be more better . This will give me a proper guidance and opportunity to gain more exposure in Django -- You received this message because you are subscribed to the

Re: how to display group and create user permission in templates?

2024-02-20 Thread ABDUL HAFEEZ
35385d8b1d7c05ea06702f/django/contrib/auth/models.py > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegrou

how to display group and create user permission in templates?

2024-02-19 Thread ABDUL HAFEEZ
Hell all how to display *createsuperuser *and there permission in *templates *instead of admin dashboard -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: Launching Our Django Developers' Error Resolution Group 🚀

2023-12-07 Thread o1bigtenor
On Thu, Dec 7, 2023 at 6:41 AM Kani Sbt wrote: > > Dear Django and RestFrameWork Community Members, > > I hope this message finds you well! We're thrilled to announce the launch of > a new initiative within our community — the Django Developers' Error > Resolution

Launching Our Django Developers' Error Resolution Group 🚀

2023-12-07 Thread Kani Sbt
Dear Django and RestFrameWork Community Members, I hope this message finds you well! We're thrilled to announce the launch of a new initiative within our community — the Django Developers' Error Resolution Group. In this group, we aim to foster collaboration and knowledge-sharing

This is the Comminunity Group for Us

2023-11-23 Thread Kani Sbt
this is the link if you interested connect here, we are discussing various problem and error solving and all https://chat.whatsapp.com/IbUFaVqvgx853JiJcAVKLL -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

WhatsApp Group

2023-06-25 Thread Dev Femi Badmus
https://chat.whatsapp.com/IVvrrF9Wq7OHWk5x4XNk9K -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To

Re: group by "project"

2023-05-24 Thread 'Mohamed Yahiya Shajahan' via Django users
[ { "project": 1, "date": "2023-05-22", "count": 1 }, { "project": 1, "date": "2023-05-27", "count": 1 } ] throws this response. i want gr

Re: group by "project"

2023-05-24 Thread Helly Modi
project'] >> else: >> queryset = RegistrationDatesSlots.objects.all().values( >> 'project', 'date') >> >> serialized_data = [] >> for item in queryset: >> serialized_item = { >>

Re: group by "project"

2023-05-24 Thread Muhammad Juwaini Abdul Rahman
7;date': item['date'], > 'project': item['project'] > } > serialized_data.append(serialized_item) > return Response(serialized_data) > > > this is my views i want to group by "project" bu

group by "project"

2023-05-24 Thread 'Mohamed Yahiya Shajahan' via Django users
ryset: serialized_item = { 'date': item['date'], 'project': item['project'] } serialized_data.append(serialized_item) return Response(serialized_data) this is my views i want to group by &

Re: Machine learning mailing group

2023-04-27 Thread Gobi Dasu
ern HCI* *LD Talent <http://learningdollarstalent.com/> *(demo <https://www.youtube.com/watch?v=EVAo8LPCZmA>) On Mon, Apr 24, 2023 at 11:28 AM sunday honesty wrote: > Hi Django Devs, > > Please can anyone recommend me a Data Science mailing group like this one? > >

Machine learning mailing group

2023-04-24 Thread sunday honesty
Hi Django Devs, Please can anyone recommend me a Data Science mailing group like this one? Sincerely, -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: Telegram group joining

2023-04-11 Thread Satyajit Barik
Join here: https://t.me/python_djangodevelopers On Tue, Apr 11, 2023 at 8:40 PM shyam manek wrote: > > Hi all group members, > I've one idea regarding our communication and contacts > So we can create a telegram group and discuss more about opportunities and > issues and

Telegram group joining

2023-04-11 Thread shyam manek
Hi all group members, I've one idea regarding our communication and contacts So we can create a telegram group and discuss more about opportunities and issues and QA for technologies. Please join telegram group https://t.me/+e7j8hq-r_uIwMTNl -- You received this message because yo

Django admin only one group per user

2023-02-15 Thread Joao Frankmann
I am creating a customised Django Admin and I want to restrict users to be associated to no more than one group. I am using Django 4.1 and Python 3.11 admin.py: ``` from django.contrib import admin from typing import Set from django.contrib.auth.models import User from

BlockChain and Crypto Group

2023-02-13 Thread Satyajit Barik
Guys join our Crypto WhatsApp group.👇 It's free for everyone. Daily 2-3 profitable trade calls. We give the best analysis of the market price prediction. Want to see you all as a profitable trader. Just join and celebrate🥳 https://chat.whatsapp.com/IqQwOGrxBJgAIIkuC5HIBu -- You rec

Re: Dear participants of Django Users Group, could you take part in our survey, please?

2023-01-24 Thread Aharon Leibman
t; There are no product ads here and the purpose of this survey is only to >> determine the relevance of the problems that developers most often face. >> > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Re: Dear participants of Django Users Group, could you take part in our survey, please?

2023-01-24 Thread Alex Sonar
oduct ads here and the purpose of this survey is only to > determine the relevance of the problems that developers most often face. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop r

Dear participants of Django Users Group, could you take part in our survey, please?

2023-01-23 Thread Orange DataCore
d team developers whose projects are implemented in Django. There are no product ads here and the purpose of this survey is only to determine the relevance of the problems that developers most often face. -- You received this message because you are subscribed to the Google Groups "Django users

Re: group

2022-09-28 Thread Ken Booo
Plss add me in the official group of django pls. I am having 2+ yrs 0f exp . -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-user

Re: group

2022-09-28 Thread chinna
rote: >> >>> Hello fellow developers, I will be creating a WhatsApp group chat later >>> in the day, So I will like my fellow Python Django Developers to join the >>> group. It will be much easier to discuss there and I will sacrifice myself >>>

Re: group

2022-09-28 Thread Mahendra
Please add me +91 9700993858 On Mon, 26 Sep 2022, 11:19 pm yassin kamanyile, wrote: > Add me +255763023477 > > On Mon, 26 Sept 2022, 15:53 Abdulfarid Olakunle, > wrote: > >> Hello fellow developers, I will be creating a WhatsApp group chat later >> in the day, So I

Re: group

2022-09-28 Thread M Adnan
https://chat.whatsapp.com/ICXdXOrbgoNFQTbKxalZD1 Join Django developer group by using this link thanks 😊 On Wed, 28 Sep 2022, 9:13 pm Prince Adedotun, wrote: > Add me also... > > 08167422287 > > On Mon, 26 Sept 2022, 18:49 yassin kamanyile, > wrote: > >> Add me +25

Re: group

2022-09-28 Thread tech george
lakunle, >> wrote: >> >>> Hello fellow developers, I will be creating a WhatsApp group chat later >>> in the day, So I will like my fellow Python Django Developers to join the >>> group. It will be much easier to discuss there and I will sacrifice myself >&g

Re: group

2022-09-28 Thread Prince Adedotun
Add me also... 08167422287 On Mon, 26 Sept 2022, 18:49 yassin kamanyile, wrote: > Add me +255763023477 > > On Mon, 26 Sept 2022, 15:53 Abdulfarid Olakunle, > wrote: > >> Hello fellow developers, I will be creating a WhatsApp group chat later >> in the day, So I

Re: group

2022-09-28 Thread M Adnan
https://chat.whatsapp.com/ICXdXOrbgoNFQTbKxalZD1 Join group click on above for Django developer On Wed, 28 Sep 2022, 9:59 am Julio Cojom, wrote: > This shit again, STOP IT. > > El mar, 27 sept 2022 a las 9:29, Alfredo Yong () > escribió: > >> Please, me too... >> &

Re: group

2022-09-28 Thread Chris Minja
022 12:48 pm > *To:* django-users@googlegroups.com > *Subject:* Re: group > > Add me +255763023477 > > On Mon, 26 Sept 2022, 15:53 Abdulfarid Olakunle, > wrote: > > Hello fellow developers, I will be creating a WhatsApp group chat later in > the day, So I will like my

Re: group

2022-09-28 Thread Daniel Hirner
On Mon, 26 Sept 2022, 15:53 Abdulfarid Olakunle, >> wrote: >> >>> Hello fellow developers, I will be creating a WhatsApp group chat later >>> in the day, So I will like my fellow Python Django Developers to join the >>> group. It will be much easier to di

Re: group

2022-09-28 Thread Basith
Kindly add me also, Name: Basith Number: +919544716586 On Mon, 26 Sept 2022 at 20:49, yassin kamanyile wrote: > Add me +255763023477 > > On Mon, 26 Sept 2022, 15:53 Abdulfarid Olakunle, > wrote: > >> Hello fellow developers, I will be creating a WhatsApp group chat late

Re: group

2022-09-28 Thread oneanplusgold
Pls. add me +971509578012 > On Sep 28, 2022, at 5:47 PM, UAE AUH wrote: > > Please add me to the group +971 50 9157218. > > Thanks > > On Wed, Sep 28, 2022, 5:46 PM CROMAJET EXPLORER <mailto:cromaj...@gmail.com>> wrote: > 08160932630 > > On Mon,

Re: group

2022-09-28 Thread UAE AUH
Please add me to the group +971 50 9157218. Thanks On Wed, Sep 28, 2022, 5:46 PM CROMAJET EXPLORER wrote: > 08160932630 > > On Mon, Sep 26, 2022, 6:49 PM yassin kamanyile > wrote: > >> Add me +255763023477 >> >> On Mon, 26 Sept 2022, 15:53 Abdulfarid Olakunl

Re: group

2022-09-28 Thread MKS DEV TEAM
set. de 2022, à(s) 02:27, Adetunde ADESUNBO ALAO >> mailto:adetundegbemil...@gmail.com>> escreveu: >> >> Good morning, >> >> Please add me to the group +2347035729829. >> >> Thanks >> >> On Mon, 26 Sept 2022, 21:11 Thuc Dat Nguyen, > <mai

Re: group

2022-09-28 Thread Dhiraj Kumar
t;> On Tue, Sep 27, 2022 at 9:43 AM Giovanni Silva >>>>> wrote: >>>>> >>>>>> Please, add me too… >>>>>> >>>>>> +5531995321877 >>>>>> >>>>>> Em 27 de set. de 2022, à(s) 02:27, A

Re: group

2022-09-28 Thread CROMAJET EXPLORER
08160932630 On Mon, Sep 26, 2022, 6:49 PM yassin kamanyile wrote: > Add me +255763023477 > > On Mon, 26 Sept 2022, 15:53 Abdulfarid Olakunle, > wrote: > >> Hello fellow developers, I will be creating a WhatsApp group chat later >> in the day, So I will like my fell

Re: group

2022-09-28 Thread Adriano Machado
7, 2022 at 9:43 AM Giovanni Silva >>>> wrote: >>>> >>>>> Please, add me too… >>>>> >>>>> +5531995321877 >>>>> >>>>> Em 27 de set. de 2022, à(s) 02:27, Adetunde ADESUNBO ALAO < >>>>> a

Re: group

2022-09-28 Thread bode moses
Em 27 de set. de 2022, à(s) 02:27, Adetunde ADESUNBO ALAO < >>>> adetundegbemil...@gmail.com> escreveu: >>>> >>>> Good morning, >>>> >>>> Please add me to the group +2347035729829. >>>> >>>> Thanks >>>&

Re: group

2022-09-27 Thread Armaan Alam
vanni Silva wrote: >> >>> Please, add me too… >>> >>> +5531995321877 >>> >>> Em 27 de set. de 2022, à(s) 02:27, Adetunde ADESUNBO ALAO < >>> adetundegbemil...@gmail.com> escreveu: >>> >>> Good morning, >>> &

Re: group

2022-09-27 Thread Julio Cojom
set. de 2022, à(s) 02:27, Adetunde ADESUNBO ALAO < >> adetundegbemil...@gmail.com> escreveu: >> >> Good morning, >> >> Please add me to the group +2347035729829. >> >> Thanks >> >> On Mon, 26 Sept 2022, 21:11 Thuc Dat Nguyen, >> wrote: >

Re: Django group

2022-09-27 Thread arts maxwell Anderson
Hello everyone I'm Kouamou, Django developer, Add me too On this group +237699812189 Le mar. 27 sept. 2022 à 16:59, sachin bhagat a écrit : > Hii pls add me in group > > +918879399361 > > On Tue, Sep 27, 2022, 8:11 PM Chris Adebiyi < > adebiyichristophe...@gmail.com&g

Re: group

2022-09-27 Thread Alfredo Yong
Please, me too... +51995070400 On Tue, Sep 27, 2022 at 9:43 AM Giovanni Silva wrote: > Please, add me too… > > +5531995321877 > > Em 27 de set. de 2022, à(s) 02:27, Adetunde ADESUNBO ALAO < > adetundegbemil...@gmail.com> escreveu: > > Good morning, > > Pleas

Re: group

2022-09-27 Thread Giovanni Silva
Please, add me too… +5531995321877 > Em 27 de set. de 2022, à(s) 02:27, Adetunde ADESUNBO ALAO > mailto:adetundegbemil...@gmail.com>> escreveu: > > Good morning, > > Please add me to the group +2347035729829. > > Thanks > > On Mon, 26 Sept 2022, 21:11

Re: group

2022-09-27 Thread Howard Black
Howie @8768150523 Regards Howard Black From: django-users@googlegroups.com on behalf of yassin kamanyile Sent: Monday, 26 September 2022 12:48 pm To: django-users@googlegroups.com Subject: Re: group Add me +255763023477 On Mon, 26 Sept 2022, 15:53

Re: group

2022-09-27 Thread MBABALI FAISAL
rote: >> >>> Hello fellow developers, I will be creating a WhatsApp group chat later >>> in the day, So I will like my fellow Python Django Developers to join the >>> group. It will be much easier to discuss there and I will sacrifice myself >>>

Re: group

2022-09-27 Thread Adetunde ADESUNBO ALAO
Good morning, Please add me to the group +2347035729829. Thanks On Mon, 26 Sept 2022, 21:11 Thuc Dat Nguyen, wrote: > How much do you charge ? > > On Mon, Sep 26, 2022 at 12:49 PM yassin kamanyile > wrote: > >> Add me +255763023477 >> >> On Mon, 26 Sep

Re: group

2022-09-26 Thread Thuc Dat Nguyen
How much do you charge ? On Mon, Sep 26, 2022 at 12:49 PM yassin kamanyile wrote: > Add me +255763023477 > > On Mon, 26 Sept 2022, 15:53 Abdulfarid Olakunle, > wrote: > >> Hello fellow developers, I will be creating a WhatsApp group chat later >> in the day, So I

Re: group

2022-09-26 Thread Daniel Joseph
Add me also +2348036267282 On Mon, 26 Sept 2022 at 18:49, yassin kamanyile wrote: > Add me +255763023477 > > On Mon, 26 Sept 2022, 15:53 Abdulfarid Olakunle, > wrote: > >> Hello fellow developers, I will be creating a WhatsApp group chat later >> in the day, So I

Re: group

2022-09-26 Thread yassin kamanyile
Add me +255763023477 On Mon, 26 Sept 2022, 15:53 Abdulfarid Olakunle, wrote: > Hello fellow developers, I will be creating a WhatsApp group chat later in > the day, So I will like my fellow Python Django Developers to join the > group. It will be much easier to discuss there a

Re: remove user from a specific group in django

2022-08-17 Thread Ryan Nowakowski
, im trying to remove user from a specific group using a function in >django but can to do it, can help me someone? > >this is the function >def accesstosystem(request): >usuario = User.objects.filter(groups__name='revisión') >user = User.objects.get(us

remove user from a specific group in django

2022-08-16 Thread José Ángel Encinas
hi guys, im trying to remove user from a specific group using a function in django but can to do it, can help me someone? this is the function def accesstosystem(request): usuario = User.objects.filter(groups__name='revisión') user = User.objects.get(username=usuario)

Re: Invite to join WhatsApp group

2022-08-08 Thread Wilson De Caro Puertas
Hi, how are you? The group is full El vie., 5 de agosto de 2022 10:47 a. m., Satyajit Barik < satyajitbarik@gmail.com> escribió: > Hey, > > Join in Whatsapp python group using the below link to get solve your > Python and Django related problems. > > h

Re: Invite to join WhatsApp group

2022-08-07 Thread Saif
Please do not spam this email Admins please look into it Please remove him from google groups On Fri, 5 Aug 2022, 21:17 Satyajit Barik, wrote: > Hey, > > Join in Whatsapp python group using the below link to get solve your > Python and Django related problems. > > https:/

Re: Invite to join WhatsApp group

2022-08-07 Thread christian Damon
coming soon ? Le dim. 7 août 2022, 19:54, Bello Victor a écrit : > Exactly what i wanted to say. The group has helped alot. > > On Sun, 7 Aug 2022, 1:48 am José Ícaro, wrote: > >> Hey Bro, this is not SPAM, it's Real Help Group. #no_Spam #only_Python >> >>

Re: Invite to join WhatsApp group

2022-08-07 Thread Bello Victor
Exactly what i wanted to say. The group has helped alot. On Sun, 7 Aug 2022, 1:48 am José Ícaro, wrote: > Hey Bro, this is not SPAM, it's Real Help Group. #no_Spam #only_Python > > Em sex., 5 de ago. de 2022 às 13:02, Dylan Reinhold > escreveu: > >> Please stop spami

Re: Invite to join WhatsApp group

2022-08-07 Thread christian Damon
you don't have a telegram group too? Le ven. 5 août 2022, 16:48, Satyajit Barik a écrit : > Hey, > > Join in Whatsapp python group using the below link to get solve your > Python and Django related problems. > > https://chat.whatsapp.com/Bq2jcxLJVG50v9Wbkvz6Vy > > [

Re: Invite to join WhatsApp group

2022-08-06 Thread José Ícaro
Hey Bro, this is not SPAM, it's Real Help Group. #no_Spam #only_Python Em sex., 5 de ago. de 2022 às 13:02, Dylan Reinhold escreveu: > Please stop spaming this list. > > Thanks. > > On Fri, Aug 5, 2022, 08:47 Satyajit Barik > wrote: > >> Hey, >> >> J

Re: Invite to join WhatsApp group

2022-08-06 Thread Balaji K S
Hey, There is many forums in Gmail itself. Why do you need Whatsapp Group which contains a personal mobile number? That's where these forums were great! Regards & Thanks, Balaji Ks On Fri, Aug 5, 2022 at 9:17 PM Satyajit Barik wrote: > Hey, > > Join in Whatsapp python gro

Re: Invite to join WhatsApp group

2022-08-05 Thread Vishesh Mangla
This group is not for promoting your paid service. It's where volunteers help each other.So stop advertising your classes here. On Sat, 6 Aug, 2022, 02:38 Dylan Reinhold, wrote: > In the past 2 weeks, I have seen this same message sent over 4 times. > > We get it, you have a

Re: Invite to join WhatsApp group

2022-08-05 Thread Dylan Reinhold
In the past 2 weeks, I have seen this same message sent over 4 times. We get it, you have a whatsapp group. Dylan On Fri, Aug 5, 2022, 10:32 Satyajit Barik wrote: > Hey Dylan, > > We do not spam anything, We try our best to help others. > > > Thanks. > > On Fri, Aug

Re: Invite to join WhatsApp group

2022-08-05 Thread Kaocher Ahmed
t;> >> Join in Whatsapp python group using the below link to get solve your >> Python and Django related problems. >> >> https://chat.whatsapp.com/Bq2jcxLJVG50v9Wbkvz6Vy >> >> [Membership benefits] Here are some great perks you get for becoming a >> member

Re: Invite to join WhatsApp group

2022-08-05 Thread Kaocher Ahmed
They are sending unnecessary promotion for course. Everything open source and please try to help people Free an technical support Don't text for marketing on the group kaocher Ahamed Founder Aarry Limited A mobility technology leading company On Fri, Aug 5, 2022, 11:34 PM Lakshyaraj

Re: Invite to join WhatsApp group

2022-08-05 Thread Gerardo Palazuelos Guerrero
> On Fri, Aug 5, 2022 at 9:32 PM Dylan Reinhold wrote: > >> Please stop spaming this list. >> >> Thanks. >> >> On Fri, Aug 5, 2022, 08:47 Satyajit Barik >> wrote: >> >>> Hey, >>> >>> Join in Whatsapp python group using the b

Re: Invite to join WhatsApp group

2022-08-05 Thread Satyajit Barik
Hey Dylan, We do not spam anything, We try our best to help others. Thanks. On Fri, Aug 5, 2022 at 9:32 PM Dylan Reinhold wrote: > Please stop spaming this list. > > Thanks. > > On Fri, Aug 5, 2022, 08:47 Satyajit Barik > wrote: > >> Hey, >> >> Join i

Re: Invite to join WhatsApp group

2022-08-05 Thread Dylan Reinhold
Please stop spaming this list. Thanks. On Fri, Aug 5, 2022, 08:47 Satyajit Barik wrote: > Hey, > > Join in Whatsapp python group using the below link to get solve your > Python and Django related problems. > > https://chat.whatsapp.com/Bq2jcxLJVG50v9Wbkvz6Vy > > [Membe

Invite to join WhatsApp group

2022-08-05 Thread Satyajit Barik
Hey, Join in Whatsapp python group using the below link to get solve your Python and Django related problems. https://chat.whatsapp.com/Bq2jcxLJVG50v9Wbkvz6Vy [Membership benefits] Here are some great perks you get for becoming a member: * Ask your python & django related problems: get q

Become Django Member in WhatsApp group

2022-07-29 Thread Satyajit Barik
Dear Pythonian & Djangoian, I am delighted to invite you on behalf of python & django to become a free member today in WhatsApp group. Here you can join in our WhatsApp group using below link👇 <https://chat.whatsapp.com/Bq2jcxLJVG50v9Wbkvz6Vy> https://cha

Re: Become Django member in WhatsApp group

2022-07-29 Thread Lakshyaraj Dash
ave to run that > program in office tomorrow. > > On Tuesday, July 26, 2022 at 11:25:04 PM UTC+5:30 satyajit...@gmail.com > wrote: > >> Dear Pythonian & Djangoian, >> >> >> I am delighted to invite you on behalf of python & django to become a >> fr

Re: Become Django member in WhatsApp group

2022-07-28 Thread Manpreet Kaur
have to run that program in office tomorrow. On Tuesday, July 26, 2022 at 11:25:04 PM UTC+5:30 satyajit...@gmail.com wrote: > Dear Pythonian & Djangoian, > > > I am delighted to invite you on behalf of python & django to become a free > member today in WhatsApp group. >

Become Django member in WhatsApp group

2022-07-28 Thread Satyajit Barik
Dear Pythonian & Djangoian, I am delighted to invite you on behalf of python & django to become a free member today in WhatsApp group. Here you can join our WhatsApp group using the below link👇 <https://chat.whatsapp.com/Bq2jcxLJVG50v9Wbkvz6Vy> https://cha

Become Python & Django member in Telegram group

2022-07-26 Thread Satyajit Barik
Dear Pythonian & Djangoian, I am delighted to invite you all on behalf of python & django to become a free member today in Telegram group. Here you can join in our Telegram group using below link👇 https://t.me/python_djangodevelopers [Membership benefits] Here are some great perks you

Become Django member in WhatsApp group

2022-07-26 Thread Satyajit Barik
Dear Pythonian & Djangoian, I am delighted to invite you on behalf of python & django to become a free member today in WhatsApp group. Here you can join in our WhatsApp group using below link👇 <https://chat.whatsapp.com/Bq2jcxLJVG50v9Wbkvz6Vy> https://cha

Re: Join Django Africa Chat Group

2022-06-20 Thread ronald munjoma
Hi https://chat.whatsapp.com/IgJcwnZR9sr1Jatc5jnSx9 On Mon, 20 Jun 2022, 17:00 Flavien HUGS, wrote: > Hello, > > Can I have the link to the WhatsApp group? > > Le vendredi 17 juin 2022 à 16:31:12 UTC, joshuak...@gmail.com a écrit : > >> Join Django Africa whatsap

Re: Join Django Africa Chat Group

2022-06-20 Thread Flavien HUGS
Hello, Can I have the link to the WhatsApp group? Le vendredi 17 juin 2022 à 16:31:12 UTC, joshuak...@gmail.com a écrit : > Join Django Africa whatsapp chat and have instance interaction for your > questions > > Follow the link below. > https://chat.whatsapp.com/IgJcwnZ

Join Django Africa Chat Group

2022-06-17 Thread Joshua Olatunji
Join Django Africa whatsapp chat and have instance interaction for your questions Follow the link below. https://chat.whatsapp.com/IgJcwnZR9sr1Jatc5jnSx9 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this grou

'Group' object has no attribute 'group'

2021-11-08 Thread Jaime Almeida
Hi everyone i have this error when use : registro.group.permissions.add(gp) inside a loop for. everything right Ok the permisssions has saved. but i have the error : 'Group' object has no attribute 'group'. i have not idea for this error. -- You received this mes

Proper way to create custom Group

2021-10-02 Thread Scot Hacker
It is possible to create a custom Group model in Django, although there is no `settings.AUTH_GROUPS_MODEL` equivalent to `AUTH_USER_MODEL`. When creating a custom Group system one can either inherit from the Django's `Group` model, or not. If you do, you still can use `user.groups.all()

Re: Django WhatsApp Group

2021-07-29 Thread Sky Lord
https://chat.whatsapp.com/FbJxWDIvcsmFdK8mSqXjS0 On Thu, Jul 29, 2021, 2:06 PM Ogara Dennis wrote: > Hello Friends > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop re

Re: Please remove me from this user group.

2021-07-29 Thread Sky Lord
Just click on the unsubscribe button On Tue, Jul 27, 2021, 3:16 AM Shirley Nelson wrote: > Please remove me from this user group. Thank you. > > Regards, Shirley Nelson > > -- > You received this message because you are subscribed to the Google Groups > "Django user

Re: Please remove me from this user group.

2021-07-26 Thread Raphael Polanco
Farewell. On Mon, Jul 26, 2021 at 22:16 Shirley Nelson wrote: > Please remove me from this user group. Thank you. > > Regards, Shirley Nelson > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To un

Please remove me from this user group.

2021-07-26 Thread Shirley Nelson
Please remove me from this user group. Thank you. Regards, Shirley Nelson -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-user

Re: Validate group of fields

2021-04-26 Thread Roberth Solis Martínez
l 2021 at 19:57:50 UTC+2 robert...@gmail.com wrote: > >> >> >> Hello guys! >> >> I've 3 fields, but I need validate it as a group, Ej: >> >> adults = forms.IntegerField(initial=0) >> kids = forms.IntegerField(initial=0) >> students = forms.

Re: Validate group of fields

2021-04-25 Thread Derek
The docs cover this use case: https://docs.djangoproject.com/en/3.2/ref/forms/validation/#cleaning-and-validating-fields-that-depend-on-each-other On Saturday, 24 April 2021 at 19:57:50 UTC+2 robert...@gmail.com wrote: > > > Hello guys! > > I've 3 fields, but I need valida

Validate group of fields

2021-04-24 Thread Roberth Solis Martínez
Hello guys! I've 3 fields, but I need validate it as a group, Ej: adults = forms.IntegerField(initial=0) kids = forms.IntegerField(initial=0) students = forms.IntegerField(initial=0) The Idea is to validate it as a group, not sure if that makes sense or if I need custom validation for

Re: Hi group am new here

2021-04-04 Thread Kasper Laudrup
free to ask a question even in your native language. Someone might be able to help you. Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it,

Re: Hi group am new here

2021-04-04 Thread believeme mum007
asper Laudrup > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To vie

Re: Hi group am new here

2021-04-04 Thread Kasper Laudrup
as just geniously curious. Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To vi

Re: Hi group am new here

2021-04-04 Thread frank galan
> > Just curious. > > Best regards, > > Kasper Laudrup > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to

Re: Hi group am new here

2021-04-04 Thread Kasper Laudrup
if so from which language? Just curious. Best regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@goo

Hi group am new here

2021-04-04 Thread believeme mum007
Please i will be happy to see who will explain well for me concerning the machine -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-user

Re: Is there any way to custom group models in the admin panel?

2021-01-17 Thread Prashanjeet Halder
et me know if this answers your question I am a newbie in Django, so I would love to know if there is any other way of doing the same. Thanks, Happy Coding :) > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe f

Re: Is there any way to custom group models in the admin panel?

2021-01-15 Thread onyilimba martins mclaren tochukwu
> > to use newforms. This particular feature probably won't be a target > > for the initial release, but its worth documenting it to make sure we > > don't code ourselves into a corner. > > > > Yours, > > Russ Magee %-) > > -- You received t

Problem with group by

2020-11-05 Thread Julio Gorocica
I have some records in the database and I need to group them by the year, the problem is: if the day or month changes then django isn't grouping them. This is my queryset: classifications = ClassificationDocument.objects.filter(Q(area=request_area) and Q(classification__is_active

Re: Add user to Group after purchase

2020-10-11 Thread Dvs Khamele
> Hi All, > > How would one add a user to a certain Backend group in the Django > Administration after a user purchases a particular item? I have played > around with tons of techniques but nothing is working. > > Thanks! > > -- > You received this message because you

Re: Add user to Group after purchase

2020-10-02 Thread Lightning Bit
I did a bit of testing and I discovered a new method for adding a user to a group after purchase. It is similar to signals, except it strictly uses the views.py: This current version is bugged (since I am a Django noob), but if I can somehow direct the active authenticated user to the new

Re: Add user to Group after purchase

2020-10-01 Thread Derek
mport User > from .models import * > from django.db.models.signals import post_save > from django.dispatch import receiver > from django.contrib.auth.models import Group > > > > > @receiver(post_save, sender=User) > def subscription_group(sender, instance, create

Re: Add user to Group after purchase

2020-09-30 Thread King Niko
django.contrib.auth.models import Group @receiver(post_save, sender=User) def subscription_group(sender, instance, created, **kwargs): if OrderItem.product == 'Subscription_Product': Order.complete == True group = Group.objects.get(name=&#

Re: Add user to Group after purchase

2020-09-29 Thread Derek
You need to use a "post save" signal; see: https://docs.djangoproject.com/en/3.1/ref/signals/#post-save On Tuesday, 29 September 2020 at 06:23:19 UTC+2 Lightning Bit wrote: > Hi All, > > How would one add a user to a certain Backend group in the Django > Administration af

  1   2   3   4   5   6   7   8   >