Add management command to perform steps required after an upgrade.

This commit is contained in:
Roberto Rosario
2015-07-18 02:24:10 -04:00
parent afe6644321
commit a5cf80cd86
5 changed files with 29 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
from __future__ import unicode_literals
from django.core import management
def purge_permissions(**kwargs):
management.call_command('purgepermissions')