LoginSignup
9
8

More than 3 years have passed since last update.

Wagtailチュートリアル 1 Wagtailをインストールしよう

Last updated at Posted at 2019-08-25

Wagtailチュートリアル 1

=>2 ホームページを始めよう

Wagtailをインストールしよう

pip install wagtail
wagtailをインストール

wagtail start wagtailtutorial
wagtailtutorialフォルダができる

cd wagtailtutorial
pipenv shell
仮想環境を構築する

pip3 install -r requirements.txt
おまじない

python3 manage.py migrate
マイグレーション

python3 manage.py createsuperuser
admin画面

python3 manage.py runserver
http://127.0.0.1:8000/
スクリーンショット 2019-08-26 07.52.01.png

http://127.0.0.1:8000/admin
スクリーンショット 2019-08-26 07.52.12.png

9
8
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
9
8