teilchensammler/collector
2025-03-13 18:13:16 +01:00
..
migrations [collector] rename model to singular form, but provide verbose_name* in Meta 2025-03-12 23:11:58 +01:00
templates/collector [collector] can now collect Teile and list them 2025-03-13 16:32:31 +01:00
__init__.py [collector] make the app a package 2025-03-12 22:33:24 +01:00
admin.py [collector admin] register Teil model in admin 2025-03-12 23:52:36 +01:00
apps.py [collector] start the app that will collect parts data 2025-03-12 21:17:08 +01:00
conftest.py [pytest] create session-scoped django.test.Client fixture 2025-03-13 18:13:16 +01:00
models.py [collector] rename model to singular form, but provide verbose_name* in Meta 2025-03-12 23:11:58 +01:00
tests.py [tests] Ensure new Teil is entered into the DB 2025-03-13 17:45:01 +01:00
urls.py [collector] can now collect Teile and list them 2025-03-13 16:32:31 +01:00
views.py [collector view] emit warning log when a Teil aready existed 2025-03-13 17:43:46 +01:00