Files @ cc3224bb60dd
Branch filter:

Location: website/www/usethesource/apps.py

bsturmfels
usethesource: Add data models, admin and frontend comment editing
1
2
3
4
5
6
from django.apps import AppConfig


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