1
0
mirror of https://github.com/Eugeny/tabby-web.git synced 2025-08-22 09:11:51 +00:00
Files
tabby-web/backend/tabby/app/apps.py
Eugene Pankov f677febac3 init
2021-10-31 18:15:23 +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'