mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-20 05:11:40 +02:00
add migrations to common dev tasks
This commit is contained in:
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`)
|
||||
|
||||
#### 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
|
||||
|
||||
```bash
|
||||
|
Reference in New Issue
Block a user