Skip to content

Commit 1d1f025

Browse files
committed
fix: new cfl package
1 parent 2576a92 commit 1d1f025

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-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.1"
25+
codeforlife = "==0.25.2"
2626
# 🚫 Don't add [packages] below that are inherited from the CFL package.
2727

2828
[dev-packages]
29-
codeforlife = {version = "==0.25.1", extras = ["dev"]}
29+
codeforlife = {version = "==0.25.2", 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.

settings.py

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
# pylint: disable-next=wildcard-import,unused-wildcard-import,wrong-import-position
2727
from codeforlife.settings import *
2828

29+
SECRET_KEY = secrets.SECRET_KEY
30+
2931
# GitHub
3032

3133
GH_ORG = "ocadotechnology"

0 commit comments

Comments
 (0)