Skip to content

Commit 6d1fc95

Browse files
committed
Update README.md on sqlite db issue
1 parent 79c7491 commit 6d1fc95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ cp .env.sample .env
2323
echo -e "\nPLANTY_AUTH_SECRET=$(openssl rand -base64 32)" >> .env
2424
# change other secrets in .env
2525
26+
# TODO: Use Alembic to create the database, empty file won't work
27+
# create here planty.db (see below one-liner with pytest for now)
28+
2629
docker compose up -d
2730
2831
docker exec -it planty-backend-1 uv run python -m planty.scripts.create_admin

0 commit comments

Comments
 (0)