mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-18 04:09:29 +00:00
Cleanup of the Reddit app, now uses Class views
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
from django.contrib import admin
|
||||
from reddit.models import RedditAccount
|
||||
from reddit.forms import RedditAccountForm
|
||||
|
||||
from datetime import date
|
||||
|
||||
class RedditAccountAdmin(admin.ModelAdmin):
|
||||
list_display = ('username', 'user', 'date_created', 'link_karma', 'comment_karma', 'last_update', 'validated', 'is_valid')
|
||||
|
||||
Reference in New Issue
Block a user