From e142489ed992d905df562a3dc36d47b4079f2268 Mon Sep 17 00:00:00 2001 From: Brian Wiborg Date: Mon, 29 Sep 2025 15:32:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Use=204=20spaces=20and=20double?= =?UTF-8?q?=20quotes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ohmyapi/core/templates/project/settings.py.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ohmyapi/core/templates/project/settings.py.j2 b/src/ohmyapi/core/templates/project/settings.py.j2 index 6d65f01..edc9580 100644 --- a/src/ohmyapi/core/templates/project/settings.py.j2 +++ b/src/ohmyapi/core/templates/project/settings.py.j2 @@ -2,6 +2,6 @@ PROJECT_NAME = "MyProject" DATABASE_URL = "sqlite://db.sqlite3" INSTALLED_APPS = [ - #'ohmyapi_auth', + #"ohmyapi_auth", ]