Compare commits
No commits in common. "0ad93cfb78ec62f5b2028e7b7371c50ac6633a14" and "1ed89ebb3262988ad672184c3ac5021ba30b3068" have entirely different histories.
0ad93cfb78
...
1ed89ebb32
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +0,0 @@
|
|||||||
.env
|
|
||||||
__pycache__
|
|
||||||
*.pyc
|
|
||||||
16
.vscode/launch.json
vendored
16
.vscode/launch.json
vendored
@ -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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
BIN
innovedus_cms/mysite/__pycache__/__init__.cpython-313.pyc
Normal file
BIN
innovedus_cms/mysite/__pycache__/__init__.cpython-313.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
innovedus_cms/mysite/settings/__pycache__/base.cpython-313.pyc
Normal file
BIN
innovedus_cms/mysite/settings/__pycache__/base.cpython-313.pyc
Normal file
Binary file not shown.
BIN
innovedus_cms/mysite/settings/__pycache__/dev.cpython-313.pyc
Normal file
BIN
innovedus_cms/mysite/settings/__pycache__/dev.cpython-313.pyc
Normal file
Binary file not shown.
@ -91,6 +91,14 @@ DATABASES = {
|
|||||||
'default': dj_database_url.config()
|
'default': dj_database_url.config()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# DATABASES = {
|
||||||
|
# "default": {
|
||||||
|
# "ENGINE": "django.db.backends.sqlite3",
|
||||||
|
# "NAME": os.path.join(BASE_DIR, "db.sqlite3"),
|
||||||
|
# }
|
||||||
|
# }
|
||||||
|
|
||||||
|
|
||||||
# Password validation
|
# Password validation
|
||||||
# https://docs.djangoproject.com/en/5.2/ref/settings/#auth-password-validators
|
# https://docs.djangoproject.com/en/5.2/ref/settings/#auth-password-validators
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user