2022-12-21 17:23:51 +01:00
|
|
|
This project is still young and isn't, at the moment, very stable, so please proceed with caution when running in production.
|
2023-01-17 23:04:45 +01:00
|
|
|
|
2023-01-19 10:38:11 +01:00
|
|
|
Generate the admin code with `sudo -u bookwyrm /var/www/bookwyrm/venv/bin/python3 /var/www/bookwyrm/manage.py admin_code`,
|
2023-01-17 23:04:45 +01:00
|
|
|
and copy the admin code to use when you create your admin account. You can get your code
|
|
|
|
at any time by re-running that command. Here's an example output:
|
2023-01-17 23:06:06 +01:00
|
|
|
```
|
2023-01-17 23:04:45 +01:00
|
|
|
*******************************************
|
|
|
|
Use this code to create your admin account:
|
|
|
|
c6c35779-af3a-4091-b330-c026610920d6
|
|
|
|
*******************************************
|
2023-01-17 23:06:06 +01:00
|
|
|
```
|