Skip to content

Commit 40a0148

Browse files
committed
Packaged imaging for PyPI
1 parent 7e4d413 commit 40a0148

15 files changed

+35
-5
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include OLD_README.txt
2+
recursive-include imaging *

imaging/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from imaging.models import *
33

44
class ImageAdmin(admin.ModelAdmin):
5-
exclude = ['ordering', 'content_type', 'object_id', 'content_object' ]
5+
exclude = ['ordering', 'content_type']
66
list_display = ('name', 'title')
77

88
admin.site.register(Image, ImageAdmin)

0 commit comments

Comments
 (0)