Files
WYGIWYH/app/apps/users/apps.py
Herculino Trotta 50b0c6ce01 initial commit
2024-09-26 11:00:40 -03:00

7 lines
147 B
Python

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