Nicholas Clarke 2023-04-09 21:06:53 -07:00
parent 310dbad9d0
commit b72c5b0916
2 changed files with 4 additions and 2 deletions

View File

@ -4,4 +4,6 @@ The below are useful for checking migrations
`python manage.py migrate --plan`
`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
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

View File

@ -1,4 +1,4 @@
Django==2.2.28
psycopg2-binary
psycopg2-binary<2.9
jsonfield==2.1.1
django-prometheus==2.2.0