1
0
mirror of https://github.com/Eugeny/tabby-web.git synced 2025-07-15 07:30:01 +00:00
Eugene Pankov 99264d2bfc
lint
2022-11-07 18:56:10 +01:00

7 lines
144 B
Python

from django.apps import AppConfig
class AppConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "tabby.app"