예제 #1
0
파일: run.py 프로젝트: tlam/hearthstats
import django

django.setup()

from cards.models import Card

Card.fix()