Feat: [#84] 랜딩페이지 이메일 수집 및 정식런칭 이메일 발송 기능 구현

This commit is contained in:
sm4640
2025-07-28 15:22:15 +09:00
parent 90f1a3ffa1
commit 6e2a019d32
5 changed files with 70 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
from django.db import models
from common.models.baseModels import BaseModel
class PreOrderedEmail(BaseModel):
email = models.EmailField()