app/django/core/management/commands/sqlinitialdata.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Mon, 29 Jun 2009 16:50:38 +0200
changeset 2449 8777fd1dc4d4
parent 54 03e267d67478
permissions -rw-r--r--
et new Melange version number to 0-5-20090629 in app.yaml.template.

from django.core.management.base import AppCommand, CommandError

class Command(AppCommand):
    help = "RENAMED: see 'sqlcustom'"

    def handle(self, *apps, **options):
        raise CommandError("This command has been renamed. Use the 'sqlcustom' command instead.")