diff --git a/www/usethesource/apps.py b/www/usethesource/apps.py new file mode 100644 index 0000000000000000000000000000000000000000..e7322c9a27a9443d475655b669c29336956b049e --- /dev/null +++ b/www/usethesource/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class UseTheSourceConfig(AppConfig): + default_auto_field = 'django.db.models.AutoField' + name = 'usethesource'