1 2 3 4 5 6 7
from django import forms __all__ = ('RatingField',) class RatingField(forms.ChoiceField): pass
Loggerhead is a web-based interface for Breezy Version: 2.0.1