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", ]