diff options
| author | Jarek Pacocha <89355282+jarek-pacocha@users.noreply.github.com> | 2022-12-13 05:28:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-13 05:28:55 +0100 |
| commit | 4cc900bcbf9a396ef4c74341fa046a533028e0e1 (patch) | |
| tree | 8ae8a7a08041e8a35a59b82fbb0fd7b40e90a55a | |
| parent | db7bb3b64e469fbb5c79e7b5b2fcb890434aa60f (diff) | |
Made urls.py docstring consistent with other files in project template.
| -rw-r--r-- | django/conf/project_template/project_name/urls.py-tpl | 3 |
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/ |
