Skip to content

Commit ee5ed35

Browse files
committed
added proper error handling when trying to return false templates
1 parent a4c9a44 commit ee5ed35

File tree

3 files changed

+729
-1
lines changed

3 files changed

+729
-1
lines changed

Pipfile

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[[source]]
2+
url = "https://pypi.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
asgiref = "==3.7.2"
8+
astroid = "==3.0.1"
9+
attrs = "==23.1.0"
10+
bleach = "==6.1.0"
11+
colorama = "==0.4.6"
12+
dill = "==0.3.7"
13+
dj-database-url = "==2.1.0"
14+
django = "==4.2.17"
15+
django-markdownify = "==0.9.3"
16+
django-on-heroku = "==1.1.2"
17+
gunicorn = "==22.0.0"
18+
importlib-metadata = "==6.8.0"
19+
isort = "==5.12.0"
20+
jsonmerge = "==1.9.2"
21+
jsonschema = "==4.19.2"
22+
jsonschema-specifications = "==2023.7.1"
23+
lazy-object-proxy = "==1.9.0"
24+
markdown = "==3.5"
25+
mccabe = "==0.7.0"
26+
packaging = "==23.2"
27+
platformdirs = "==3.11.0"
28+
protobuf = "==4.24.4"
29+
psycopg2-binary = "==2.9.9"
30+
pygments = "==2.16.1"
31+
pylint = "==3.0.2"
32+
pyparsing = "==3.1.1"
33+
pytz = "==2023.3.post1"
34+
referencing = "==0.30.2"
35+
rpds-py = "==0.10.6"
36+
six = "==1.16.0"
37+
sqlparse = "==0.5.0"
38+
tinycss2 = "==1.2.1"
39+
toml = "==0.10.2"
40+
tomli = "==2.0.1"
41+
tomlkit = "==0.12.1"
42+
typing-extensions = "==4.8.0"
43+
tzdata = "==2023.3"
44+
webencodings = "==0.5.1"
45+
whitenoise = "==6.6.0"
46+
wrapt = "==1.15.0"
47+
zipp = "==3.19.1"
48+
49+
[dev-packages]
50+
51+
[requires]
52+
python_version = "3.9"

0 commit comments

Comments
 (0)