Skip to content

Commit 5e503e2

Browse files
committed
fix: new cfl package
1 parent b0fac9a commit 5e503e2

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
@@ -22,11 +22,11 @@ name = "pypi"
2222
# 5. Run `pipenv install --dev` in your terminal.
2323

2424
[packages]
25-
codeforlife = "==0.25.10"
25+
codeforlife = "==0.25.11"
2626
# 🚫 Don't add [packages] below that are inherited from the CFL package.
2727

2828
[dev-packages]
29-
codeforlife = {version = "==0.25.10", extras = ["dev"]}
29+
codeforlife = {version = "==0.25.11", extras = ["dev"]}
3030
# codeforlife = {file = "../codeforlife-package-python", editable = true, extras = ["dev"]}
3131
# 🚫 Don't add [dev-packages] below that are inherited from the CFL package.
3232

Pipfile.lock

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

api/templates/rest_framework/api.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% extends "codeforlife/rest_framework/api.html" %}

0 commit comments

Comments
 (0)