Write multi-line strings in block style (#466)

Closes  #439
This commit is contained in:
Ned Batchelder
2019-10-02 19:06:05 -04:00
committed by Cristi Vîjdea
parent 13311582ea
commit a72e5b2899
4 changed files with 31 additions and 7 deletions
+3 -3
View File
@@ -13,9 +13,9 @@ swagger_info = openapi.Info(
default_version='v1',
description="""This is a demo project for the [drf-yasg](https://github.com/axnsan12/drf-yasg) Django Rest Framework library.
The `swagger-ui` view can be found [here](/cached/swagger).
The `ReDoc` view can be found [here](/cached/redoc).
The swagger YAML document can be found [here](/cached/swagger.yaml).
The `swagger-ui` view can be found [here](/cached/swagger).
The `ReDoc` view can be found [here](/cached/redoc).
The swagger YAML document can be found [here](/cached/swagger.yaml).
You can log in using the pre-existing `admin` user with password `passwordadmin`.""", # noqa
terms_of_service="https://www.google.com/policies/terms/",