Skip to content
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

Problems when using custom extended model #75

Open
ikresoft opened this issue Jul 29, 2013 · 0 comments
Open

Problems when using custom extended model #75

ikresoft opened this issue Jul 29, 2013 · 0 comments

Comments

@ikresoft
Copy link

When I create my own category model and I want to use your views, in the views is mentioned from modes import Category but I have my own model, so I create MyDetailView and inherit CategoryDetailView and change model to my category model. After this function call get_category_for_path is using yours category problem and django is complaining for missing table. For me is better aproach if it is possible to use this syntax get_category_for_path(path, self.model.objects.all) Possible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant