Files @ 7fe9c07cebc4
Branch filter:

Location: website/www/conservancy/apps/assignment/apps.py

Bradley M. Kuhn
Add holiday card to banner at top for next few days

Also, fix a few URLs .
1
2
3
4
5
6
7
from __future__ import unicode_literals

from django.apps import AppConfig


class AssignmentConfig(AppConfig):
    name = 'assignment'