7 lines
139 B
Python
7 lines
139 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class DBConfig(AppConfig):
|
||
|
default_auto_field = "django.db.models.BigAutoField"
|
||
|
name = "tblog"
|