db.sqlite3 filled with isotopes

This commit is contained in:
2025-03-20 22:05:44 +01:00
parent b849274618
commit 0d55853f03
24 changed files with 381 additions and 0 deletions

View File

@ -0,0 +1,6 @@
from django.apps import AppConfig
class IsotopappConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'isotopapp'