Changes between Initial Version and Version 1 of Ticket #34815
- Timestamp:
- Sep 6, 2023, 1:01:06 PM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34815
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #34815 – Description
initial v1 1 Hi! 2 When us ing `startapp` 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: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: 4 4 5 5 6 {{{6 ''https://code.djangoproject.com/ticket/34815#{{{ 7 7 from django.urls import path 8 8