Browse Source

update migration command

pull/41/head
Bramble Xu 6 years ago
parent
commit
fa9ef021b2
1 changed files with 7 additions and 1 deletions
  1. 8
      README.md

8
README.md

@ -47,7 +47,13 @@ $ pip install -r requirements.txt
$ cd app $ 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 ```bash

Loading…
Cancel
Save