Files @ 70b8aa07aee4
Branch filter:

Location: website/conservancy/usethesource/apps.py

bsturmfels
Simplify settings and move some standard settings into settings.py

These were previously in djangocommonsettings.py, but don't ever vary between
development and production environments.
1
2
3
4
5
6
from django.apps import AppConfig


class UseTheSourceConfig(AppConfig):
    default_auto_field = 'django.db.models.AutoField'
    name = 'conservancy.usethesource'