This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [tool.poetry] | |
| name = "test" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Tyler Schlichenmeyer <tyler.schlichenmeyer@gmail.com>"] | |
| [tool.poetry.dependencies] | |
| python = "^3.10" | |
| datatest = "^0.11.1" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2021-09-01T22:30:45.521070+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.9/site-packages/django/core/handlers/exception.py", line 49, in inner | |
| 2021-09-01T22:30:45.521070+00:00 app[web.1]: response = response_for_exception(request, exc) | |
| 2021-09-01T22:30:45.521070+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.9/site-packages/django/core/handlers/exception.py", line 114, in response_for_exception | |
| 2021-09-01T22:30:45.521070+00:00 app[web.1]: response = handle_uncaught_exception(request, get_resolver(get_urlconf()), sys.exc_info()) | |
| 2021-09-01T22:30:45.521071+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.9/site-packages/django/core/handlers/exception.py", line 153, in handle_uncaught_exception | |
| 2021-09-01T22:30:45.521071+00:00 app[web.1]: return callback(request) | |
| 2021-09-01T22:30:45.521071+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.9/site-packages/django/utils/decorators.py", line 130, in _wrapped_view | |
| 2021-09-01T22:30:45.521071+00:00 app[web.1]: response = view_func(reque |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [tool.poetry] | |
| name = "gram" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Tyler Schlichenmeyer <tyler.schlichenmeyer@gmail.com>"] | |
| license = "MIT" | |
| [tool.poetry.dependencies] | |
| python = "3.8.3" | |
| whitenoise = "^5.1.0" |