Skip to content

Commit 42e34e8

Browse files
authored
Remove urls.py from startapp blog file listing. Fix DjangoGirls#1535
Fixes DjangoGirls#1535. `python manage.py startapp blog` doesn’t create this file: https://stackoverflow.com/questions/45002225/why-isnt-urls-py-generated-with-django-admin-startapp-mysite
1 parent 253f5b5 commit 42e34e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

en/django_models/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ djangogirls
8888
│   │   └── __init__.py
8989
│   ├── models.py
9090
│   ├── tests.py
91-
| ├── urls.py
9291
│   └── views.py
9392
├── db.sqlite3
9493
├── manage.py

0 commit comments

Comments
 (0)