Skip to content

Commit

Permalink
removed unused file; cleaned up EmailAdmin a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
sherzberg committed Aug 11, 2011
1 parent c7dc8c0 commit f09dfb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
2 changes: 1 addition & 1 deletion emailer/admin.py
Expand Up @@ -9,7 +9,7 @@
from emailer.models import *

class EmailAdmin(admin.ModelAdmin):
list_display = ('email_blast', 'to_address', 'status', 'opened', 'get_tracking_png_url', 'merge_data',)
list_display = ('email_blast', 'to_address', 'status', 'opened', 'merge_data',)
list_filter = ('status',)

class EmailBlastAdminForm(forms.ModelForm):
Expand Down
31 changes: 0 additions & 31 deletions emailer/utils/emailprocessors.py

This file was deleted.

0 comments on commit f09dfb3

Please sign in to comment.