summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/conf/project_template/project_name/urls.py-tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/django/conf/project_template/project_name/urls.py-tpl b/django/conf/project_template/project_name/urls.py-tpl
index e23d6a92ba..622f79ef4a 100644
--- a/django/conf/project_template/project_name/urls.py-tpl
+++ b/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/