8000 README typos · pythonanywhere/pythondotorg@5abe268 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5abe268

Browse files
committed
README typos
1 parent a3b3e4a commit 5abe268

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ Load all fixture files:
112112
`find ./fixtures -name "*.json" -exec ./manage.py loaddata {} \;`
113113

114114
List All the active DBs:
115-
`psql -U postgres -c '\l'`
115+
`psql -U postgres -c -l`
116116
esq from window... `q`
117117

118-
If PostGres can't connect to your localhost DB, put this in `pydotorg/settings/local.py`:
118+
If Postgres can't connect to your localhost DB, put this in `pydotorg/settings/local.py`:
119119
```
120120
DATABASES = {
121121
'default': dj_database_url.config(default='postgres://localhost:{port#}/{DBName, probably python.org}')

0 commit comments

Comments
 (0)
0