If it doesn't work it's because it need [this pull request](https://github.com/Homebrew/homebrew-core/pull/34835) to be validated.
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:
### 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 :
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 :
```
```bash
./manage.py collectstatic # To collect statics
./manage.py collectstatic # To collect statics
./manage.py compilestatic # To compile scss in those statics
./manage.py compilestatic # To compile scss in those statics
```
```
...
@@ -75,9 +85,9 @@ appropriate group fields, or the right method to check user permissions.
...
@@ -75,9 +85,9 @@ appropriate group fields, or the right method to check user permissions.