删除不必要的东西

This commit is contained in:
hohoTT 2015-08-11 14:54:30 +08:00
parent e55997065f
commit 73dd1be447
2 changed files with 0 additions and 2 deletions

View File

@ -14,7 +14,6 @@ class ProblemSampleSerializer(serializers.ListField):
class JSONField(serializers.Field):
def to_representation(self, value):
print value, type(value)
return json.loads(value)

View File

@ -15,7 +15,6 @@
{% endifequal %}
</p>
<div>
<p>{{ announcement.content|safe }}</p>
</div>