created management route

parent 7dfb3a36
# -*- coding: utf-8 -*-
from django.core.management.base import BaseCommand, CommandError
from catalog.models import State, City
import json, unicodedata
# code here
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment