From fa9ef021b2dbf9a3824e4d677b34077b25935ea9 Mon Sep 17 00:00:00 2001 From: Bramble Xu Date: Fri, 7 Dec 2018 09:30:11 +0900 Subject: [PATCH] update migration command --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 675bd086..1d424cb5 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,13 @@ $ pip install -r requirements.txt $ cd app ``` -First we’ll need to create a user who can login to the admin site. Run the following command: +First we need to make migration. Run the following command: + +```bash +$ python manage.py migrate +``` + +Next we need to create a user who can login to the admin site. Run the following command: ```bash