Files @ 70d6eb7140c7
Branch filter:

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

bsturmfels
podjango: Link up "The Corresponding Source" title

This helps with navigating back to the home page.
1
2
3
4
5
from django.apps import AppConfig


class AssignmentConfig(AppConfig):
    name = 'conservancy.apps.assignment'