Skip to content

Commit 60cded6

Browse files
committed
#792 fix template description
1 parent 5bd4b73 commit 60cded6

File tree

2 files changed

+2
-2
lines changed
  • application-templates
    • django-fastapi/backend/django_baseapp
    • django-ninja/backend/django_baseapp

2 files changed

+2
-2
lines changed

application-templates/django-fastapi/backend/django_baseapp/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""MNP Checkout URL Configuration
1+
"""URL Configuration
22
33
The `urlpatterns` list routes URLs to views. For more information please see:
44
https://docs.djangoproject.com/en/3.2/topics/http/urls/

application-templates/django-ninja/backend/django_baseapp/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""MNP Checkout URL Configuration
1+
"""URL Configuration
22
33
The `urlpatterns` list routes URLs to views. For more information please see:
44
https://docs.djangoproject.com/en/3.2/topics/http/urls/

0 commit comments

Comments
 (0)