Move quote model into local app

This commit is contained in:
Trever Fischer
2012-03-04 23:34:01 -05:00
parent 82222860c9
commit 8fc7372bbe
9 changed files with 108 additions and 16 deletions

View File

@@ -1,5 +1,6 @@
from piston.handler import AnonymousBaseHandler, BaseHandler
from profiles.models import MinecraftProfile, Quote
from profiles.models import MinecraftProfile
from local.models import Quote
from minecraft.models import MOTD, Server
from django.http import HttpResponse
from urllib2 import urlopen