From e45ec4d1be7ae303595703b557f51646c021a488 Mon Sep 17 00:00:00 2001 From: some weird guy <120821766+Mistake35@users.noreply.github.com> Date: Sun, 17 Sep 2023 02:26:17 -0400 Subject: [PATCH] Update README.md again --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 244be3f..b79f157 100644 --- a/README.md +++ b/README.md @@ -90,11 +90,11 @@ Let's build the database `python3 manage.py makemigrations closedverse_main` `python3 manage.py migrate` -11. +10. Do the static files or no CSS or JS. `python3 manage.py collectstatic` -12. +11. Test the server! Be sure to replace "IP-HERE" with your public IP and make sure it's running on port 80. `python3 manage.py runserver IP-HERE:80`