|
@ -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 |
|
|