0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【Django】Build web apps 〜使ったコマンド〜

Last updated at Posted at 2020-02-18

【Django】Build web apps ~1章:プロジェクト作成~

django-admin startproject [project_name]
python manage.py startapp [app_name]
python manage.py runserver

【Django】Build web apps ~3章:Modelsとデータベース~

python manage.py make makemigrations [app-name]
pythn manage.py sqlmigrate [app-name] [migrations-id]
python manage.py migrate
python manage.py shell
python manage.py createsuperuser

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?