Removing django-guardian from installed apps

remotes/origin/enhancement/email-actions
Jesús Espino 2013-03-30 12:55:01 +01:00
parent 8fe9b45823
commit b7a6d89530
1 changed files with 0 additions and 1 deletions

View File

@ -212,7 +212,6 @@ INSTALLED_APPS = [
'south', 'south',
'haystack', 'haystack',
'reversion', 'reversion',
'guardian',
'rest_framework', 'rest_framework',
] ]