-
We're using Capistrano for deployment. One of Capistrano's features is a symlinked working directory. For example here is dir structure:
With Is there way to always use |
Beta Was this translation helpful? Give feedback.
Answered by
gi0baro
May 21, 2025
Replies: 1 comment 6 replies
-
@quard8 I won't use the reloader in production. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can change the command to point directly to the
granian
binary inside the env.No, but you can open a feature request for that :)
I'm not sure it would solve your issue though: Granian relies on the Python import system to load your app. So it's a bit unclear to me if the python path and all that would be correct if we start tampering with the import system.