Changes between Version 1 and Version 2 of Ticket #34815
- Timestamp:
- Sep 6, 2023, 1:04:04 PM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34815 – Description
v1 v2 1 Hi! sing `2 When us tartapp` 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! 2 When using `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: 4 4 5 5 6 ''https://code.djangoproject.com/ticket/34815#{{{6 {{{ 7 7 from django.urls import path 8 8