zitate/quote/apps.py
Jochen Mehlich 0b84f73cbf
All checks were successful
Django Backend Validation / build (debian-latest, 3.10) (push) Successful in 2m55s
Django Backend Validation / build (debian-latest, 3.12) (push) Successful in 1m49s
Django Backend Validation / build (debian-latest, 3.11) (push) Successful in 1m52s
Django Backend Validation / build (ubuntu-latest, 3.10) (push) Successful in 19s
Django Backend Validation / build (ubuntu-latest, 3.11) (push) Successful in 18s
Django Backend Validation / build (ubuntu-latest, 3.12) (push) Successful in 14s
model renaming applied
Signed-off-by: Jochen Mehlich <coding@jochenmehlich.de>
2024-09-03 16:30:04 +02:00

7 lines
142 B
Python

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