labelbase/userprofile/apps.py
Xavier Fiechter ab1600396b .
2023-02-03 12:52:40 +00:00

6 lines
154 B
Python

from django.apps import AppConfig
class UserprofileConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'userprofile'