Re: Looking for Django developers to work on a new and an existing project with our team

2020-03-29 Thread Shakil Ahmmed
out.me/shakilahmmed?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=gmail_api&utm_content=thumb> Shakil Ahmmed about.me/shakilahmmed <https://about.me/shakilahmmed?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=gmail_ap

Re: Active Open Source Project to contribute to

2020-03-11 Thread Shakil Ahmmed
com/d/msgid/django-users/CAJ0m4xjdsf0rtH3_6%3DY2Mh_HvM1%2BgorUo-hJkZXCm8Bxg7%3Dgww%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- <https://about.me/shakilahmmed?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=gmail_api&utm_conten

Re: Internship

2019-11-23 Thread Shakil Ahmmed
t; email to django-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAKroR%2B0DUVbknmZt1u_gZJTekDi5vh6WnpcVu3MFue8EjQZ5wA%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAKroR%2B0DUVbknmZt1

Re: Multiple user roles with permissions

2019-09-25 Thread Shakil Ahmmed
%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- <https://about.me/shakilahmmed?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=gmail_api&utm_content=thumb> Shakil Ahmmed about.me/shakilahmmed <https://about.me/shakilahmmed?promo

Re: Class Based View All Methods

2019-09-23 Thread Shakil Ahmmed
Thank You Bhaia <3 On Mon, Sep 23, 2019 at 4:02 PM Abu Yusuf wrote: > yes, of course. see here: > https://www.django-rest-framework.org/topics/html-and-forms/ > > > On Mon, Sep 23, 2019 at 3:55 PM Shakil Ahmmed > wrote: > >> Can I Return Html Template From APIVie

Re: Class Based View All Methods

2019-09-23 Thread Shakil Ahmmed
Can I Return Html Template From APIView ? On Monday, September 23, 2019 at 12:12:54 PM UTC+6, Shakil Ahmmed wrote: > > How Can i Use Those Methods In One Class Base View ['get', 'post', 'put', > 'patch', 'delete', 'head'

Re: Class Based View All Methods

2019-09-23 Thread Shakil Ahmmed
Please Provide Me Some Code Example On Mon, Sep 23, 2019 at 3:47 PM laya Mahmoudi wrote: > Mixinviews can works for your purpose > > در تاریخ دوشنبه ۲۳ سپتامبر ۲۰۱۹،‏ ۱۱:۲۵ Shakil Ahmmed < > shakilfci...@gmail.com> نوشت: > >> Please Can You Give me some Exapmle? >&

Re: Class Based View All Methods

2019-09-23 Thread Shakil Ahmmed
Please Can You Give me some Exapmle? On Mon, Sep 23, 2019, 1:39 PM Abu Yusuf wrote: > Check this: > https://docs.djangoproject.com/en/2.2/ref/class-based-views/flattened-index/#formview > > On Mon, Sep 23, 2019 at 12:13 PM Shakil Ahmmed > wrote: > >> How Can i Use Th

Class Based View All Methods

2019-09-22 Thread Shakil Ahmmed
How Can i Use Those Methods In One Class Base View ['get', 'post', 'put', 'patch', 'delete', 'head', 'options', 'trace'] Example: from django.views import View class Home(View): def get(self, request, *args, **kwargs): return HttpResponse('Hello, World!') def post(self, request,

Re: convert python 3 to python2

2019-09-22 Thread Shakil Ahmmed
glegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/408bd2a0-add7-450d-a004-d5fc22bc4b45%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/408bd2a0-add7-450d-a004-d5fc22bc4b45%40googlegroups.com?utm_medium=email&

Stucked In Modelform

2019-09-21 Thread Shakil Ahmmed
I Have three ForeignKey in my model.. When I Create Form with ModelForm and show the foreign key field into html select it execute Duplicate Queries for each Foreignkey field Heres My Models.py class TeamModel(models.Model): team_name = models.CharField(unique=True, db_index=True, max_lengt

Fwd: Stucked In ModelForm

2019-09-21 Thread Shakil Ahmmed
-- Forwarded message - From: Shakil Ahmmed Date: Sun, Sep 22, 2019 at 1:46 AM Subject: Stucked In ModelForm To: I Have three ForeignKey in my model.. When I Create Form with ModelForm and show the foreign key field into html select it execute Duplicate Queries for each

Re:

2019-09-18 Thread Shakil Ahmmed
;) > > > This will sort all the objects in your model on the basis of date of > creation on that object. > > On Wed, 18 Sep 2019, 12:16 Shakil Ahmmed, wrote: > >> >> How to select all field but group by one field >> -- >> >> <https://about.me/s

[no subject]

2019-09-17 Thread Shakil Ahmmed
How to select all field but group by one field -- <https://about.me/shakilahmmed?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=gmail_api&utm_content=thumb> Shakil Ahmmed about.me/shakilahmmed <https://about.me/shakilahmmed?promo=email_sig&

Re:

2019-08-30 Thread Shakil Ahmmed
atabase. > you can create modelling in ES too for you to speed you loading data... > > Hope it help you... > > Regards, > > > On Fri, Aug 30, 2019 at 2:51 AM Shakil Ahmmed > wrote: > >> >> Firstly I Have More than 1 Million Data In my database , while i wa

[no subject]

2019-08-29 Thread Shakil Ahmmed
p;utm_content=thumb> Shakil Ahmmed about.me/shakilahmmed <https://about.me/shakilahmmed?promo=email_sig&utm_source=product&utm_medium=email_sig&utm_campaign=gmail_api&utm_content=thumb> -- You received this message because you are subscribed to the Google Groups "Dj

Re: For validation not working for UserCreationForm

2019-08-29 Thread Shakil Ahmmed
d a customer account Customer > register > > > > > > > > > Best, > > K > > > > > > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and

Re: POINT OF SALE SYSTEM

2019-05-30 Thread Shakil Ahmmed
github/ShakilAhmmed/point_of_sale On Thu, May 30, 2019, 5:45 PM pranayreddy788 wrote: > Easily > > > On May 30, 2019 at 17:06, > wrote: > > Can a POS (point of sale) software be made in Django? > > > -- > You r