We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4efa5 commit 8a02ffcCopy full SHA for 8a02ffc
.gitignore
@@ -64,3 +64,4 @@ celerybeat-schedule
64
.env
65
66
!.konchrc
67
+.konchrc.local
.konchrc
@@ -46,3 +46,7 @@ def setup():
46
context["client"] = connections.get_connection()
47
context["Metric"] = Metric
48
konch.config({"context": context})
49
+
50
51
+if os.path.exists(".konchrc.local"):
52
+ konch.use_file(".konchrc.local", trust=True)
0 commit comments