-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customizable list of "watched" directories #1920
Comments
settings.py is watched not as a directory. it is watched as a file. First suggestion is to actually look at the code in question and trying to understand it. If you are having troubles we are reachable via IRC. To make it customizable we would need to introduce a new setting. Since the current auto-reloader is no good anyway and there are already issues/pr's open regarding that I am not really in favor of trying to improve it via an additional setting. |
OK, thanks! I'll take a look at the other PRs to see first what's this part of Pelican up to. |
Regarding But custom list of locations to watch would help to solve that as well as the |
Hey Honza! This issue has been around for a while without any activity, so I thought I'd ask if this is something you'd like to work on implementing. What do you think? |
Hey 🙂 I have several blogs on Pelican, but it's been a while I had time to do anything about them 😞 It's been 3 years now since I filed the feature request and there is apparently nobody else needing it (commenting, voting by 👍 ), so I suppose this can be closed. Not worth adding if I'm the only one with crazy setup. |
@honzajavorek: No worries. If and when you (or anyone else who comes across this issue) wants to submit a pull request that implements this kind of enhancement, please feel free to comment here and we can re-open it. Thanks! |
Hey there @justinmayer and @honzajavorek, For a plugin adding Now, as for tackling this issue, I noticed that Thanks for considering options together, I'm having great fun using Pelican so far (first issue / contribution, so please go easy on me 🦊) Cheers, PS: I guess I'm kindly suggesting to reopen this issue 😉 |
List of watched directories during development is now hardcoded:
It would be nice if I could customize this list in settings if I want to use a slightly more crazy directory structure, e.g. I use just one
settings.py
file, not a directory of settings, and the file won't get monitored this way... or I want to watch myplugins
directory.I'm willing to work on this, just give me pointers if there are any and let me know if this feature is something Pelican would want to have.
The text was updated successfully, but these errors were encountered: