Update README.md

Correct oopsie
This commit is contained in:
some weird guy
2026-01-19 06:47:26 +00:00
committed by GitHub
co-authored by GitHub
parent 42ec7627e1
commit 15117d373a
+7 -7
View File
@@ -82,31 +82,31 @@ Get everything else you need.
Clone the clone! Clone the clone!
`git clone https://github.com/Mistake35/Cedar-Django` `git clone https://github.com/Mistake35/Cedar-Django`
5.5 (recommended). (recommended).
You should use FileZilla or some other SFTP client to make things easier in the future. You should use FileZilla or some other SFTP client to make things easier in the future.
6. 7.
Navigate to Cedar-Django Navigate to Cedar-Django
`cd Cedar-Django` `cd Cedar-Django`
7. 8.
Edit the settings.py file. Edit the settings.py file.
`nano closedverse/settings.py` `nano closedverse/settings.py`
8. 9.
Fill everything out as needed. Be sure to generate a secret key and paste it in too. Fill everything out as needed. Be sure to generate a secret key and paste it in too.
9. 10.
Now it's time for the good stuff! Now it's time for the good stuff!
Let's build the database Let's build the database
`python3 manage.py makemigrations closedverse_main` `python3 manage.py makemigrations closedverse_main`
`python3 manage.py migrate` `python3 manage.py migrate`
10. 11.
Do the static files or no CSS or JS. Do the static files or no CSS or JS.
`python3 manage.py collectstatic` `python3 manage.py collectstatic`
11. 12.
Test the server! Test the server!
Be sure to replace "127.0.0.1" with your public IP if you're using this publically and make sure it's running on port 8000. Be sure to replace "127.0.0.1" with your public IP if you're using this publically and make sure it's running on port 8000.
`python3 manage.py runserver 127.0.0.1:8000` `python3 manage.py runserver 127.0.0.1:8000`