saveload_backend/notes.md

9 lines
416 B
Markdown
Raw Permalink Normal View History

Ran `ALTER ROLE tv_backend SET search_path TO tv_backend` to point tv_backend to the correct schema.
The below are useful for checking migrations
`python manage.py migrate --plan`
2023-04-08 22:30:05 -07:00
`python manage.py sqlmigrate model 0001` (model and 0001 from the above)
vscode and heroku can handle multiline env vars - using \n in terminal though breaks the ssl files
heroku config:set DISABLE_COLLECTSTATIC=1 --app tv-backend-v4