1
0
Fork 0
bthlabs-jsonrpc/packages/bthlabs-jsonrpc-django/testing/apps.py

11 lines
278 B
Python

# -*- coding: utf-8 -*-
# bthlabs-jsonrpc-django | (c) 2022-present Tomek Wójcik | MIT License
from __future__ import annotations
from django.apps import AppConfig
class TestingConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'testing'