diff options
author | luxagraf <sng@luxagraf.net> | 2012-09-22 23:28:23 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2012-09-22 23:28:23 -0400 |
commit | b0dca20882c18dbb6196bfc407b1cb43601f3040 (patch) | |
tree | 67eab998b029261cabaca3f13d83f40594072db8 /app/lib/chunks/admin.py | |
parent | f135599f20bb343219c573339191e317f9807ff0 (diff) |
cleared out some more old, unused cruft in lib
Diffstat (limited to 'app/lib/chunks/admin.py')
-rwxr-xr-x | app/lib/chunks/admin.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app/lib/chunks/admin.py b/app/lib/chunks/admin.py deleted file mode 100755 index 06dd917..0000000 --- a/app/lib/chunks/admin.py +++ /dev/null @@ -1,8 +0,0 @@ -from django.contrib import admin -from models import Chunk - -class ChunkAdmin(admin.ModelAdmin): - list_display = ('key',) - search_fields = ('key', 'content') - -admin.site.register(Chunk, ChunkAdmin)
\ No newline at end of file |