from_coderedcms.py 334 B

12345678910
  1. from django.core.management.base import BaseCommand, CommandError
  2. class Command(BaseCommand):
  3. help = "Converts core parts of a coderedcms 0.x project to wagtailcrx 1.x"
  4. def handle(self, *args, **options):
  5. # TODO - rename migrations in database from "coderedcms" to
  6. # "wagtailcrx". Confirmed this works OK.