Peter Kotyczka 5fe40e0304 api added
2024-04-08 20:55:26 +02:00

7 lines
149 B
Python
Executable File

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