DjangoのDBを作り直したいときのため、コマンドを自分の備忘録のために残しておきます。
- cd (削除したいアプリケーション)
- rm -d -r migrations/
- cd (プロジェクトファイル)
- rm -d pr db.sqlite3
- python manage.py makemigrations (アプリケーションネーム)
- python manage.py migrate
- python manage.py createsuperuser
Go to list of users who liked
More than 3 years have passed since last update.
DjangoのDBを作り直したいときのため、コマンドを自分の備忘録のために残しておきます。
Register as a new user and use Qiita more conveniently
Go to list of users who liked