Skip to content

Commit 80fd5fa

Browse files
committed
Project struct
1 parent 05b1b5d commit 80fd5fa

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

app/__init__.py

Whitespace-only changes.

app/tests/__init__.py

Whitespace-only changes.

confs/database/mysql/.env

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
MYSQL_DATABASE_USERNAME=["데이터베이스 사용자 이름"]
2+
MYSQL_ROOT_PASSWORD=["루트 비밀번호"]
3+
MYSQL_DATABASE=["데이터베이스 이름"]
4+
MYSQL_PORT=3306

manage.py

Whitespace-only changes.

0 commit comments

Comments
 (0)