From 8f1750578d88db9f50d9faae37928429db262dc4 Mon Sep 17 00:00:00 2001 From: Dennis Ahrens <dennis.ahrens@hs-hannover.de> Date: Wed, 15 Nov 2017 17:12:24 +0100 Subject: [PATCH] Newline for the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a823e51..63f7379 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ - If you don't need a fully functional SSO, you don't need to configure anything at all. Use the dev view: `localhost:8000/dev/` (might change depending on your urlconf and settings). - If you need a fully functional SSO during development, here's an example: + ```python """ settings/dev.py """ -- GitLab