mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-16 11:13:23 +00:00
Instruction for prod with scss
This commit is contained in:
parent
ee7fd1c423
commit
b23d322a29
@ -33,6 +33,12 @@ sudo apt install libmysqlclient-dev libssl-dev libjpeg-dev zlib1g-dev python3-de
|
|||||||
|
|
||||||
The development is done with sqlite, but it is advised to set a more robust DBMS for production (Postgresql for example)
|
The development is done with sqlite, but it is advised to set a more robust DBMS for production (Postgresql for example)
|
||||||
|
|
||||||
|
### Collecting statics for production:
|
||||||
|
|
||||||
|
```
|
||||||
|
./manage.py collectstatic --ignore=.scss
|
||||||
|
./manage.py compilescss
|
||||||
|
```
|
||||||
|
|
||||||
### Misc about development
|
### Misc about development
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user