Peter Kotyczka df108da80b pyapp
2024-04-04 09:10:54 +02:00

7 lines
142 B
Python
Executable File

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