forked from rc/aircox
remove Station model (to much trouble for few advantages); start new player; rename Post.detail_url to Post.url, same for ListItem; move Article into website app; add website.Sound post; work on lists;...
This commit is contained in:
@ -91,7 +91,6 @@ def inject_inline(model, inline, prepend = False):
|
||||
registry[model].inlines = inlines
|
||||
|
||||
|
||||
admin.site.register(models.Article, PostAdmin)
|
||||
admin.site.register(models.Comment, CommentAdmin)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user