mirror of
https://github.com/Mistake35/Cedar-Django.git
synced 2026-07-18 00:21:14 +10:00
Update README.md again
This commit is contained in:
@@ -90,11 +90,11 @@ 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`
|
||||||
|
|
||||||
11.
|
10.
|
||||||
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`
|
||||||
|
|
||||||
12.
|
11.
|
||||||
Test the server!
|
Test the server!
|
||||||
Be sure to replace "IP-HERE" with your public IP and make sure it's running on port 80.
|
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`
|
`python3 manage.py runserver IP-HERE:80`
|
||||||
|
|||||||
Reference in New Issue
Block a user