✨ Feat: [#10] codes 앱 생성 및 초대/인증코드 모델 생성
This commit is contained in:
6
codes/apps.py
Normal file
6
codes/apps.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class CodesConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'codes'
|
||||
Reference in New Issue
Block a user