mirror of
https://git.kotyczka.ch/developers/django.git
synced 2025-04-06 07:45:08 +02:00
7 lines
142 B
Python
Executable File
7 lines
142 B
Python
Executable File
from django.apps import AppConfig
|
|
|
|
|
|
class PyappConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'pyapp'
|