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

Rename application from phileo to pinax-likes #28

Merged
merged 16 commits into from
Oct 1, 2015

Conversation

rizumu
Copy link
Contributor

@rizumu rizumu commented Sep 17, 2015

No description provided.

@@ -11,7 +11,7 @@ def is_allowed(self, obj):
return _allowed(obj)

def has_perm(self, user, perm, obj=None):
if perm == "phileo.can_like":
if perm == "likes.can_like":
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's make this pinax.likes.can_like

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This we can't do, because the auth framework depends on the final app module name and model.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good. It would be a very rare namespace collision anyway.

rizumu added a commit that referenced this pull request Oct 1, 2015
Rename application from phileo to pinax-likes
@rizumu rizumu merged commit e0241d3 into pinax:master Oct 1, 2015
@rizumu rizumu deleted the pinax-likes branch October 1, 2015 12:19
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

Successfully merging this pull request may close these issues.

None yet

3 participants