示例#1
0
文件: run.py 项目: tlam/hearthstats
import django

django.setup()

from cards.models import Card

Card.fix()