web/lib/django/core/management/commands/sqlinitialdata.py
changeset 38 77b6da96e6f1
parent 0 0d40e90630ef
equal deleted inserted replaced
37:8d941af65caf 38:77b6da96e6f1
       
     1 from django.core.management.base import AppCommand, CommandError
       
     2 
       
     3 class Command(AppCommand):
       
     4     help = "RENAMED: see 'sqlcustom'"
       
     5 
       
     6     def handle(self, *apps, **options):
       
     7         raise CommandError("This command has been renamed. Use the 'sqlcustom' command instead.")