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
1 changed files with 2 additions and 1 deletions

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/