zitate/person/apps.py
Jochen Mehlich c4fe55246b
All checks were successful
Django Backend Validation / build (debian-latest, 3.10) (push) Successful in 29s
Django Backend Validation / build (debian-latest, 3.11) (push) Successful in 24s
Django Backend Validation / build (debian-latest, 3.12) (push) Successful in 19s
Django Backend Validation / build (ubuntu-latest, 3.10) (push) Successful in 12s
Django Backend Validation / build (ubuntu-latest, 3.11) (push) Successful in 12s
Django Backend Validation / build (ubuntu-latest, 3.12) (push) Successful in 13s
added person app
Signed-off-by: Jochen Mehlich <coding@jochenmehlich.de>
2024-09-03 16:24:44 +02:00

7 lines
144 B
Python

from django.apps import AppConfig
class PersonConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'person'