Skip to content

Commit ee4d044

Browse files
committed
fix: new cfl package
1 parent 299ad9e commit ee4d044

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

Pipfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ name = "pypi"
2323
# 5. Run `pipenv install --dev` in your terminal.
2424

2525
[packages]
26-
codeforlife = "==0.23.0"
26+
codeforlife = "==0.23.1"
2727
# 🚫 Don't add [packages] below that are inherited from the CFL package.
2828
django-storages = {version = "==1.14.4", extras = ["s3"]}
2929

3030
[dev-packages]
31-
codeforlife = {version = "==0.23.0", extras = ["dev"]}
31+
codeforlife = {version = "==0.23.1", extras = ["dev"]}
3232
# codeforlife = {file = "../codeforlife-package-python", editable = true, extras = ["dev"]}
3333
# 🚫 Don't add [dev-packages] below that are inherited from the CFL package.
3434

Pipfile.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/urls.py

+1
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,6 @@ def get_health_check(self, request):
6868
name="session-login",
6969
),
7070
],
71+
health_check_view=HealthCheckView,
7172
include_user_urls=False,
7273
)

0 commit comments

Comments
 (0)