Compare commits
2 Commits
1ed89ebb32
...
0ad93cfb78
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ad93cfb78 | |||
|
|
8a11ff2c28 |
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
.env
|
||||||
|
__pycache__
|
||||||
|
*.pyc
|
||||||
16
.vscode/launch.json
vendored
Normal file
16
.vscode/launch.json
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -91,14 +91,6 @@ 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