Compare commits

..

No commits in common. "0ad93cfb78ec62f5b2028e7b7371c50ac6633a14" and "1ed89ebb3262988ad672184c3ac5021ba30b3068" have entirely different histories.

7 changed files with 8 additions and 19 deletions

3
.gitignore vendored
View File

@ -1,3 +0,0 @@
.env
__pycache__
*.pyc

16
.vscode/launch.json vendored
View File

@ -1,16 +0,0 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Wagtail (Local Dev)",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/innovedus_cms/manage.py",
"args": ["runserver", "0.0.0.0:8000"],
"django": true,
"justMyCode": true,
"envFile": "${workspaceFolder}/.env",
"console": "integratedTerminal"
}
]
}

View File

@ -91,6 +91,14 @@ DATABASES = {
'default': dj_database_url.config()
}
# DATABASES = {
# "default": {
# "ENGINE": "django.db.backends.sqlite3",
# "NAME": os.path.join(BASE_DIR, "db.sqlite3"),
# }
# }
# Password validation
# https://docs.djangoproject.com/en/5.2/ref/settings/#auth-password-validators