From 294091ae846cad20e6f2c8c8032e50b92515823a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Fri, 27 Aug 2021 18:35:50 +0200
Subject: [PATCH] minor doc changes

---
 NOTES.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/NOTES.md b/NOTES.md
index 69b8ba2..9bc9c19 100644
--- a/NOTES.md
+++ b/NOTES.md
@@ -35,7 +35,11 @@ Submissions are to follow `/api/add`, because DRF happened to generate
 nice documentation there and not for Swagger.
 
 Note that the Swagger endpoints are available only in DEBUG mode, 
-so they are unavailable on production.
+so they are as well available on production.
+
+Besides, if you disable DEBUG you can no longer count on Django
+to provide you with correct mimetypes, do your browser will just reject these
+static files.
 
 ## Authorization
 
-- 
GitLab