Update README.md

This commit is contained in:
some weird guy
2023-09-17 01:12:46 -04:00
committed by GitHub
co-authored by GitHub
parent bdab42a155
commit a37af1e875
+3 -2
View File
@@ -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`