fix asgi and wsgi descriptions

This commit is contained in:
mnajborowski 2022-01-25 16:46:10 +01:00
parent 03b521702e
commit 44446bbff0
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
"""
ASGI Serwer_django for Serwer_django project.
ASGI config for Serwer_django project.
It exposes the ASGI callable as a module-level variable named ``application``.

View File

@ -1,5 +1,5 @@
"""
WSGI Serwer_django for Serwer_django project.
WSGI config for Serwer_django project.
It exposes the WSGI callable as a module-level variable named ``application``.