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