Fix refactor bugs, CSRF token issues for use in production (#531)

Fix refactor bugs, CSRF token issues for use in production
* Add flags for samesite settings to enable django admin login
* Include tzdata to dependencies to work around python package issues in linux
* Use DJANGO_DEBUG flag correctly
* Fix naming of entry field when creating EntryDate objects
* Correctly retrieve openai config settings
* Fix datefilter with embeddings name for field
This commit is contained in:
sabaimran
2023-11-02 23:02:38 -07:00
committed by GitHub
parent fe860aaf83
commit fb6ebd19fc
6 changed files with 38 additions and 14 deletions

View File

@@ -72,6 +72,7 @@ dependencies = [
"python-multipart == 0.0.6",
"gunicorn == 21.2.0",
"lxml == 4.9.3",
"tzdata == 2023.3",
]
dynamic = ["version"]