Craig Blaszczyk
Craig Blaszczyk
> Very cool! Good job. Thanks for the quick response!
Thanks for the review @BilalAlpaslan. I noticed that the link to go back to the English version was wrong, it was `/en/` instead of `/`. I've fixed that in a...
The following code in `myapp/gargoyle.py`: ``` from gargoyle import gargoyle from gargoyle.conditions import ModelConditionSet from auth.models import User class ImpersonationConditionSet(ModelConditionSet): pass gargoyle.register(ImpersonationConditionSet(User)) ``` causes `ImportError at /nexus/gargoyle/ cannot import name...
This has worked for me