mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-15 07:34:27 -04:00
add migrations to common dev tasks
This commit is contained in:
parent
e412af50d1
commit
31e6fae7c3
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -489,6 +489,17 @@ You can also run all these in Docker. For more examples see the Github Actions C
|
||||||
```
|
```
|
||||||
(uses `pytest -s`)
|
(uses `pytest -s`)
|
||||||
|
|
||||||
|
#### Make migrations or enter a django shell
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd archivebox/
|
||||||
|
./manage.py makemigrations
|
||||||
|
|
||||||
|
cd data/
|
||||||
|
archivebox shell
|
||||||
|
```
|
||||||
|
(uses `pytest -s`)
|
||||||
|
|
||||||
#### Build the docs, pip package, and docker image
|
#### Build the docs, pip package, and docker image
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue