게시물 등록 및 토큰검증 후 등록 추가

This commit is contained in:
2025-04-22 18:40:48 +09:00
parent 72a59cc924
commit 0f4a457478
20 changed files with 394 additions and 0 deletions

10
.env.dev Normal file
View File

@ -0,0 +1,10 @@
DEBUG=1
SQL_ENGINE='django.db.backends.mysql'
SQL_HOST='192.168.0.101'
SQL_USER='dev'
SQL_PASSWORD='Rlaxodms90!@'
SQL_DATABASE='msa-django-demo'
SQL_PORT='3306'
SECRET_KEY='django-insecure-*kh6e0376o-0m5n*xz^2a2t^fa^77c1=))f$3egn7!w7axaj-l'
AUTH_VERIFY_URL=http://192.168.0.202:8000/api/auth/verify/
# CSRF_TRUSTED_ORIGINS=https://www.example.com,https://butler.example.com,https://butler.example.com:8000