Changes between Version 1 and Version 2 of Ticket #34815


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34815 – Description

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