mirror of
https://git.kotyczka.ch/developers/django.git
synced 2025-04-07 00:03:32 +02:00
7 lines
149 B
Python
Executable File
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'
|