Removing the dependency of django-thumbs.

This commit is contained in:
Isaac Bythewood
2012-07-25 01:50:28 +00:00
parent 8389462c80
commit a178144da4
12 changed files with 83 additions and 229 deletions

View File

@@ -61,4 +61,4 @@ class PinForm(forms.ModelForm):
class Meta:
model = Pin
exclude = ['submitter']
exclude = ['submitter', 'thumbnail']