mirror of https://github.com/django/django.git
Made urls.py docstring consistent with other files in project template.
This commit is contained in:
parent
db7bb3b64e
commit
4cc900bcbf
|
@ -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:
|
The `urlpatterns` list routes URLs to views. For more information please see:
|
||||||
https://docs.djangoproject.com/en/{{ docs_version }}/topics/http/urls/
|
https://docs.djangoproject.com/en/{{ docs_version }}/topics/http/urls/
|
||||||
|
|
Loading…
Reference in New Issue