From 55d3fb7e8ec10e55725721c7300bb25f8e49eac8 Mon Sep 17 00:00:00 2001 From: LuPa Date: Fri, 17 Feb 2023 11:37:35 -0300 Subject: [PATCH] Update README.md Add static files creation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 007ce8b..2b30011 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,12 @@ Now you can initialise our django app. ./manage.py migrate ``` +Create static files: + +``` +./manage.py collectstatic +``` + And you are done! You can now run the debug server just to see everything works as expected by running: ```