Replies: 2 comments
-
Hi @kunalsz, the observation is valid, but the correct settings path to use should be |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Lorygold what I can understand is that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Upon going through multiple files in the codebase I found out that in many files the filepaths's are being hardcoded which breaks if BuffaLogs runs in a different directory.
for example in
buffalogs/impossible_travel/views.py
This can simply be updated by using
Before making a PR I would like to know your views. @ManofWax @Lorygold
Beta Was this translation helpful? Give feedback.
All reactions