-
仮想環境の作成
python3 -m venv .venv
-
パッケージのインストール
poetry shell
poetry install -
.env の作成
ALLOWED_HOSTS=127.0.0.1,localhost CORS_ALLOWED_ORIGINS=http://127.0.0.1:5173,http://localhost:5173
-
データベースの作成
python manage.py migrate
AbstractUser を継承させた User モデルを定義してマイグレーションファイルを作成してあるので、api の User テーブルも作成される
-
Notifications
You must be signed in to change notification settings - Fork 0
AdachiTetsuya/django-be
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published