Skip to content

Commit

Permalink
yep
Browse files Browse the repository at this point in the history
  • Loading branch information
benzkji committed Oct 18, 2017
1 parent 9c7d8c4 commit 3378c23
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 896 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ __pycache__/
# C extensions
*.so

# pycharm
.idea

# sqlite db
*.db
*.sqlite
Expand Down
29 changes: 0 additions & 29 deletions .idea/django-separate-users.iml

This file was deleted.

4 changes: 0 additions & 4 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

849 changes: 0 additions & 849 deletions .idea/workspace.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
from django.apps import apps


# where this comes from: https://gist.github.com/magopian/7543724#gistcomment-2185491
# as django adds permissions for proxy models in another app for the proxies parent
# also, epic: https://code.djangoproject.com/ticket/11154
class Command(BaseCommand):
help = "Fix permissions for proxy models."

Expand Down

0 comments on commit 3378c23

Please sign in to comment.