Changes between Initial Version and Version 1 of Ticket #34815


Ignore:
Timestamp:
Sep 6, 2023, 1:01:06 PM (13 months ago)
Author:
Faishal Manzar
Comment:

well i thinks thats a good suggestion, and also i am completely in favor of it, before start working on this issue i think we should dicuss it in community forum,

I feel the same issue i think 99% of time when you create a app you create this file unless the app is very small

So i am assigning it to myself, but will start working after community discussion

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34815

    • Property Owner changed from nobody to Faishal Manzar
    • Property Status newassigned
  • Ticket #34815 – Description

    initial v1  
    1 Hi!
    2 When using `startapp` command, Django does not create `urls.py` and I found myself creating this file all the time.
    3 I wanted to suggest to add this file in `startapp` process, with proper template like this:
     1Hi!sing `
     2When ustartapp` command, Django does not create `urls.py` and I found myself creating this file all the time.
     3I w''anted to suggest to add this file in `startapp` process, with proper template like this:
    44
    55
    6 {{{
     6''https://code.djangoproject.com/ticket/34815#{{{
    77from django.urls import path
    88
Back to Top