Opened 8 years ago

Closed 8 years ago

Last modified 7 months ago

#25943 closed Cleanup/optimization (wontfix)

Auto Generated urls.py On startapp

Reported by: Chris Hedrick Owned by: nobody
Component: Core (Management commands) Version: dev
Severity: Normal Keywords: urls.py startapp startproject
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

You might as well have a urls.py automatically be generated on when running the startapp function. That way you'd be able to skip the step of having to create a urls.py yourself.

Change History (8)

comment:1 by Tim Graham, 8 years ago

Component: UncategorizedCore (Management commands)
Resolution: wontfix
Status: newclosed

These types of decisions are made on the DevelopersMailingList. I found some past discussion but no strong consensus to move forward with the idea:

Feel free to bump the conversation if you think the decision should be revisited.

comment:2 by Natalia Bidart, 7 months ago

Latest contributor discussion (seems to be reaching consensus): https://forum.djangoproject.com/t/updating-the-default-startapp-template/24193/7

comment:3 by Natalia Bidart, 7 months ago

Easy pickings: set
Version: 1.9dev

in reply to:  2 ; comment:4 by Mariusz Felisiak, 7 months ago

Replying to Natalia Bidart:

Latest contributor discussion (seems to be reaching consensus): https://forum.djangoproject.com/t/updating-the-default-startapp-template/24193/7

As far as I'm aware we are far from reaching a consensus. There is only one vote in favor.

in reply to:  4 ; comment:5 by Natalia Bidart, 7 months ago

Replying to Mariusz Felisiak:

Replying to Natalia Bidart:

Latest contributor discussion (seems to be reaching consensus): https://forum.djangoproject.com/t/updating-the-default-startapp-template/24193/7

As far as I'm aware we are far from reaching a consensus. There is only one vote in favor.

There are more votes in favor (Shai who approved the PR, and mine), and I think that Adam is also counting the previous conversations, he said I think we could cite past discussions as sufficient consensus.

in reply to:  5 ; comment:6 by Mariusz Felisiak, 7 months ago

Replying to Natalia Bidart:

Replying to Mariusz Felisiak:

Replying to Natalia Bidart:

Latest contributor discussion (seems to be reaching consensus): https://forum.djangoproject.com/t/updating-the-default-startapp-template/24193/7

As far as I'm aware we are far from reaching a consensus. There is only one vote in favor.

There are more votes in favor (Shai who approved the PR, and mine), and I think that Adam is also counting the previous conversations, he said I think we could cite past discussions as sufficient consensus.

I counted your "I'm not against it" as +0 (or 0), we have also 0 (I think) from Carlton, and -1 from me.

Shai who approved the PR

Do you mean David?

in reply to:  6 ; comment:7 by Natalia Bidart, 7 months ago

Replying to Mariusz Felisiak:

Replying to Natalia Bidart:

There are more votes in favor (Shai who approved the PR, and mine), and I think that Adam is also counting the previous conversations, he said I think we could cite past discussions as sufficient consensus.

I counted your "I'm not against it" as +0 (or 0), we have also 0 (I think) from Carlton, and -1 from me.

Shai who approved the PR

Do you mean David?

YES! Sorry :-)

Are +0 counted as in favor or not? :thinking:

Last edited 7 months ago by Natalia Bidart (previous) (diff)

in reply to:  7 comment:8 by Mariusz Felisiak, 7 months ago

Note: See TracTickets for help on using tickets.
Back to Top