From f51daab1c2bb6f1d28e8cc7e56f5368d2a7dde90 Mon Sep 17 00:00:00 2001 From: David Wobrock Date: Sun, 12 May 2019 15:40:30 +0200 Subject: [PATCH] Update README.rst Make code-block appear in GitHub (because of missing space) --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index b38a9d13..21b26046 100644 --- a/README.rst +++ b/README.rst @@ -35,6 +35,7 @@ Usage Add the migration linter your ``INSTALLED_APPS``: .. code-block:: + INSTALLED_APPS = [ ..., "django_migration_linter",