Update README.md
Small typo, the source file is ./make_style.sh, not ./make_style
This commit is contained in:
parent
52dea1a3bd
commit
78ab7b752a
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ Most of the steps are similar to Django tutorials. Here are two usual steps:
|
||||||
|
|
||||||
2. Update styles (using SASS)
|
2. Update styles (using SASS)
|
||||||
- Change .css/.scss files in `resources` folder
|
- Change .css/.scss files in `resources` folder
|
||||||
- ```./make_style && python manage.py collectstatic```
|
- ```./make_style.sh && python manage.py collectstatic```
|
||||||
- Sometimes you need to `Ctrl + F5` to see the new user interface in browser.
|
- Sometimes you need to `Ctrl + F5` to see the new user interface in browser.
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
Loading…
Reference in a new issue