Beginner

90 views
Skip to first unread message

Harsh Rawat

unread,
Jun 27, 2018, 8:09:21 PM6/27/18
to Django users
I have learnt Django a little bit. I need help regarding the ticket https://code.djangoproject.com/ticket/28905 .What should I learn in Django to be able to contribute via this ticket.

Anthony Flury

unread,
Jun 28, 2018, 2:34:26 AM6/28/18
to django...@googlegroups.com
It looks like this doesn't actually require any knowledge of Django
particularly;  this feature is actually a feature of pip and Python
setuptools.

What you need to do is identify a set of packages that are often
installed with Django - and then identify a useful name for them.

As commented on the fault, you should probably agree any new set of
packages on the developer mailing list, and also make sure that you
clearly document which package sets are now supported.

> --
> 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...@googlegroups.com
> <mailto:django-users...@googlegroups.com>.
> To post to this group, send email to django...@googlegroups.com
> <mailto:django...@googlegroups.com>.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/1d490e7d-424f-421f-9278-2b326d95b397%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/1d490e7d-424f-421f-9278-2b326d95b397%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout.


--
--
Anthony Flury
email : *Anthon...@btinternet.com*
Twitter : *@TonyFlury <https://twitter.com/TonyFlury/>*

Message has been deleted

Harsh Rawat

unread,
Jul 10, 2018, 9:06:16 AM7/10/18
to Django users
Identifying a useful name means ?



Anthony Flury

unread,
Jul 11, 2018, 5:35:47 PM7/11/18
to django...@googlegroups.com
On 10/07/18 14:06, Harsh Rawat wrote:
> Identifying a useful name means ?
>
Well - say you have a set of packages which is useful as a Django
friendly shopping cart.

Would it be better to type :

            pip install Django[shopping-cart]

or
            pip install Django[frooble]

Clearly '/frooble/' is an entirely valid name - but it is isn't useful,
as it doesn't tell the user anything about what they might be installing.

>
> --
> 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...@googlegroups.com
> <mailto:django-users...@googlegroups.com>.
> To post to this group, send email to django...@googlegroups.com
> <mailto:django...@googlegroups.com>.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/785cb34c-4099-4213-9aef-2c81a5a21ef7%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/785cb34c-4099-4213-9aef-2c81a5a21ef7%40googlegroups.com?utm_medium=email&utm_source=footer>.

Anthony Flury

unread,
Jul 11, 2018, 5:41:58 PM7/11/18
to django...@googlegroups.com
On 10/07/18 14:06, Harsh Rawat wrote:
> Identifying a useful name means ?
>
Let's say you have identified a great group of packages which you can
install and provides Django friendly Shopping cart.

It would be better for that group of packages to be installed by :

        pip install Django['shopping-cart']

rather than say :

        pip install Django[anthony]


while 'anthony' is a perfectly fine name (my parents definitely liked
it), it isn't particularly useful in this case; if you saw that in an
installation script you would wonder why Django was being installed
using that option, but 'shopping-cart' is at least helpful in terms for
describing the functionality you might get.



> --
> 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...@googlegroups.com
> <mailto:django-users...@googlegroups.com>.
> To post to this group, send email to django...@googlegroups.com
> <mailto:django...@googlegroups.com>.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/785cb34c-4099-4213-9aef-2c81a5a21ef7%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/785cb34c-4099-4213-9aef-2c81a5a21ef7%40googlegroups.com?utm_medium=email&utm_source=footer>.

Harsh Rawat

unread,
Jul 12, 2018, 2:12:18 AM7/12/18
to django...@googlegroups.com
Thanks a lot .

To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.

Harsh Rawat

unread,
Jul 12, 2018, 5:29:10 AM7/12/18
to django...@googlegroups.com
So basically I need to write the documentation regarding what should be the apt name for the feature and what packages come installed with django initially .

Anthony Flury

unread,
Jul 14, 2018, 4:47:54 AM7/14/18
to django...@googlegroups.com
On 12/07/18 10:28, Harsh Rawat wrote:
> So basically I need to write the documentation regarding what should
> be the apt name for the feature and what packages come installed with
> django initially .

I think the bug report suggests discussing possible options regarding
new names and packages collections with the python developers.

Documentation of the existing feature sets would be useful too.


>
> On Thu, Jul 12, 2018, 11:41 AM Harsh Rawat <harsh....@gmail.com
> <mailto:harsh....@gmail.com>> wrote:
>
> Thanks a lot .
>
> On Thu, Jul 12, 2018, 3:11 AM 'Anthony Flury' via Django users
> <django...@googlegroups.com
> <mailto:django-users%2Bunsu...@googlegroups.com>
> > <mailto:django-users...@googlegroups.com
> <mailto:django-users%2Bunsu...@googlegroups.com>>.
> > To post to this group, send email to
> django...@googlegroups.com
> <mailto:django...@googlegroups.com>
> > <mailto:django...@googlegroups.com
> <mailto:Anthon...@btinternet.com>*
> Twitter : *@TonyFlury <https://twitter.com/TonyFlury/>*
>
> --
> 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...@googlegroups.com
> <mailto:django-users%2Bunsu...@googlegroups.com>.
> To post to this group, send email to
> django...@googlegroups.com
> <mailto:django...@googlegroups.com>.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> --
> 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...@googlegroups.com
> <mailto:django-users...@googlegroups.com>.
> To post to this group, send email to django...@googlegroups.com
> <mailto:django...@googlegroups.com>.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CALd6sVMQr7M9_UuZM28c9McObDiSUv51hugk816KncHxvt6Q_A%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CALd6sVMQr7M9_UuZM28c9McObDiSUv51hugk816KncHxvt6Q_A%40mail.gmail.com?utm_medium=email&utm_source=footer>.

bitbo...@gmail.com

unread,
Jul 14, 2018, 12:05:52 PM7/14/18
to django...@googlegroups.com
BitBounce
     
     

Hello! I use a new email filtering service called BitBounce to filter my email. To deliver your email to my inbox, please click the button below and pay the small cryptocurrency fee. Thank you!

$0.05 to deliver your email.

We’ve never met — I’ll pay your fee.

I know you — Add me to your whitelist.

     
     

BitBounce is powered by
 the Credo cryptocurrency

I’m from a business — 
what are my delivery options

BitBounce and Credo are
transacted through CredoEx

Made by Turing Technology Inc. in San Mateo, California Sign Up for BitBounce

Harsh Rawat

unread,
Jul 15, 2018, 4:19:42 PM7/15/18
to django...@googlegroups.com
Options regarding new names ?
i didn't get it
I am really sorry for disturbing you again and again

Harsh Rawat |  +91-8824348448
Marketing Associate, SPREE'18
Department of Sponsorship & Marketing
Birla Institute of Technology and Science, Pilani
K.K. Birla Goa Campus

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages