1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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/