Files @ 567b88f24032
Branch filter:

Location: symposion_app/vendor/symposion/reviews/apps.py

James Polley
Add a migration for changes to speaker form
1
2
3
4
5
6
7
8
from django.apps import AppConfig
from django.utils.translation import ugettext_lazy as _


class ReviewsConfig(AppConfig):
    name = "symposion.reviews"
    label = "symposion_reviews"
    verbose_name = _("Symposion Reviews")