Skip to content

Commit 7762783

Browse files
committed
re-add whitespace
1 parent 77207fc commit 7762783

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ to know how to use the virtualenv directly (see next section below).
8888

8989
If you have `docker-compose` installed, you need to:
9090

91-
1. Start web + db containers:
91+
1. Start web + db containers:
9292
`docker-compose up`
9393

94-
1. Run database migrations (if needed):
94+
1. Run database migrations (if needed):
9595
`docker-compose run app python manage.py migrate`
9696

97-
1. If the db container is not started before the web container tries to access it, resulting in a Django error, restart the web container:
97+
1. If the db container is not started before the web container tries to access it, resulting in a Django error, restart the web container:
9898
`docker-compose restart app`
9999

100100

@@ -108,7 +108,7 @@ So these can be used to debug system-level problems, and also to test out change
108108

109109

110110
#### SASS / SCSS / CSS
111-
To watch and compile `.scss` automatically:
111+
To watch and compile `.scss` automatically:
112112
`cd core/static/css` and `scss --watch application.scss`
113113

114114

0 commit comments

Comments
 (0)