🎨 Use 4 spaces and double quotes

This commit is contained in:
Brian Wiborg 2025-09-29 15:32:05 +02:00
parent 4fffeda0ba
commit e142489ed9
No known key found for this signature in database

View file

@ -2,6 +2,6 @@
PROJECT_NAME = "MyProject" PROJECT_NAME = "MyProject"
DATABASE_URL = "sqlite://db.sqlite3" DATABASE_URL = "sqlite://db.sqlite3"
INSTALLED_APPS = [ INSTALLED_APPS = [
#'ohmyapi_auth', #"ohmyapi_auth",
] ]