소스 검색

Made urls.py docstring consistent with other files in project template.

Jarek Pacocha 2 년 전
부모
커밋
4cc900bcbf
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      django/conf/project_template/project_name/urls.py-tpl

+ 2 - 1
django/conf/project_template/project_name/urls.py-tpl

@@ -1,4 +1,5 @@
-"""{{ project_name }} URL Configuration
+"""
+URL configuration for {{ project_name }} project.
 
 The `urlpatterns` list routes URLs to views. For more information please see:
     https://docs.djangoproject.com/en/{{ docs_version }}/topics/http/urls/