Add Manual-Import-Data

Aroy 2023-10-21 21:02:13 +02:00
parent 8c9ac45641
commit 8008e93304

24
Manual-Import-Data.-.md Normal file

@ -0,0 +1,24 @@
### Manual Import Data
It is possible to import data from saved gallery-dl json files
- **Step 1:** Make sure that you are in the root folder of the project.
- **Step 2:** Make sure to activate the python environment.
```bash
source ./venv/bin/activate
```
- **Step 3:** Change directory to `./archivist`
```bash
cd ./archivist
```
- **Step 4:** Import the json data and media file from gallery-dl
replace `<path>` with the path of the folder or json file to import
```bash
python manage.py import_data <path>
```