passion_retro/posts/apps.py
2025-09-12 11:11:44 +02:00

6 lines
142 B
Python
Executable file

from django.apps import AppConfig
class PostsConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "posts"