-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Project abandoned? #78
Comments
@nerdoc Yeah, it seems like it hasn't seen any major activity after being brought into Jazzband. I'll focus on bringing this project in a good shape over the next weeks, so stay tuned, I guess :P |
Hi @kytta, thanks, this would be great. I have done a few additions in my code to enhance e.g. MenuItem, added a |
I would say, you can directly create a PR without creating an issue for it Speaking of
|
For def process(self, request: HttpRequest):
if self.view_name:
self.visible = request.resolver_match.view_name == self.view_name
if not self.visible:
return
super().process(request) What would help is to add a generic looop over all |
You're right! I haven't considered this.
This is a nice solution. I'd first ask for the leads' opinion. Let's proceed like this: create issues for (a) the I'm closing this issue, for the answer is: no, it is not abandoned any more :) |
Is this project still alive? There are 11 pull requests, some >1 year old; I just mane two tiny fixes (a typo and an example correction of a path in settings, which fixes a bug), and even the PRs are not coming through the CI ,because a CI config file is missing or defective...
Is there anyone actively maintaining this package?
The text was updated successfully, but these errors were encountered: