1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

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

This commit is contained in:
Jarek Pacocha
2022-12-13 05:28:55 +01:00
committed by GitHub
parent db7bb3b64e
commit 4cc900bcbf

View File

@@ -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/