bob@17: """
bob@17: Automatic admin definitions for the models in the bands application.
bob@17: 
bob@17: """
bob@17: from django.contrib import admin
bob@17: from news.models import News
bob@17: 
bob@17: admin.site.register(News)