1
0
Fork 0
django-changelist-inline/testing/apps.py

8 lines
170 B
Python
Raw Normal View History

2021-07-30 19:29:14 +00:00
# -*- coding: utf-8 -*-
from django.apps import AppConfig
class TestingConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'testing'