Doc for scss

This commit is contained in:
2017-05-10 10:58:51 +02:00
parent 200af57971
commit e59d769dac
4 changed files with 15 additions and 2 deletions

View File

@ -35,9 +35,11 @@ The development is done with sqlite, but it is advised to set a more robust DBMS
### Collecting statics for production:
We use scss in the project. In development environment (DEBUG=True), scss is compiled every time the file is needed. For production, it assumes you have already compiled every files and to do so, you need to use the following commands :
```
./manage.py collectstatic
./manage.py compilestatic
./manage.py collectstatic # To collect statics
./manage.py compilestatic # To compile scss in those statics
```
### Misc about development