From d94a7e186456c4e9fbe7a409c5630d97055e5309 Mon Sep 17 00:00:00 2001 From: sb745 Date: Wed, 5 Mar 2025 01:18:26 +0200 Subject: [PATCH] Updated README.md files --- README.md | 2 +- migrations/{README => README.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename migrations/{README => README.md} (100%) diff --git a/README.md b/README.md index 347f911..854bc11 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ pyenv eases the use of different Python versions, and as not all Linux distros o ### Finishing up - Run `python db_create.py` to create the database and import categories - - Follow the advice of `db_create.py` and run `python db_migrate.py stamp head` to mark the database version for Alembic + - ~~Follow the advice of `db_create.py` and run `python db_migrate.py stamp head` to mark the database version for Alembic~~ - Start the dev server with `python run.py` - When you are finished developing, deactivate your virtualenv with `pyenv deactivate` or `source deactivate` (or just close your shell session) diff --git a/migrations/README b/migrations/README.md similarity index 100% rename from migrations/README rename to migrations/README.md