From dad68031dfd957c68d79ec946fdf692e36c91c02 Mon Sep 17 00:00:00 2001 From: Dariusz Niemczyk Date: Sun, 4 Feb 2024 16:00:22 +0100 Subject: [PATCH] fix: readme typo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 618a89d..6d920a7 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Because there is not enough general inventory software invented here yet. 6. Wait for the application and container to properly build. 1. Devcontainer's VSCode instance will be automatically configured with extensions to help your development process. 2. You might get a Toast telling you to re-open the directory due to Black not working properly. Do so for proper autoformatting support. + 3. Make sure that extensions were installed in your vscode devcontainer. It might take a couple of minutes. 7. `manage.py migrate` will be run automatically after container creation, to make sure you have the latest migrations done on the development database without any need for interaction. 8. Run debug session with either command of "Start Debugging" (default hotkey F5), or with the Debug sidebar. ![Debug sidebar instructions](readme/debug-example.png 'Debug sidebar') 9. You should have automatically forwarded ports, so the only thing remaining is opening browser window with the url provided in terminal. @@ -37,7 +38,7 @@ Because there is not enough general inventory software invented here yet. 1. Get python3 2. `pip install -r requirements.txt` 3. `python3 manage.py migrate` -4. `python3 manage.py collecstatic` +4. `python3 manage.py collectstatic` 5. `python3 manage.py runserver 0.0.0.0:8000` ## New docs (WIP)