test-farid/profiles/apps.py

7 lines
148 B
Python
Raw Normal View History

2022-09-25 23:46:58 +00:00
from django.apps import AppConfig
class ProfilesConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'profiles'