From a37af1e875a01b2071d5ad694adf41e2da26aaa3 Mon Sep 17 00:00:00 2001 From: some weird guy <120821766+Mistake35@users.noreply.github.com> Date: Sun, 17 Sep 2023 01:12:46 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efaab64..244be3f 100644 --- a/README.md +++ b/README.md @@ -87,13 +87,14 @@ Fill everything out as needed. Be sure to generate a secret key and paste it in 9. Now it's time for the good stuff! Let's build the database +`python3 manage.py makemigrations closedverse_main` `python3 manage.py migrate` -10. +11. Do the static files or no CSS or JS. `python3 manage.py collectstatic` -11. +12. 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`