mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 11:23:10 +00:00
Update CHANGELOG.md - tickets
This commit is contained in:
parent
9cb2566662
commit
6f0742f341
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
## MR 427: Tickets
|
||||
Manually edit `settings_local.py` to provide the new `OPTIONNAL_APPS` lists:
|
||||
```python
|
||||
OPTIONNAL_APPS_RE2O = ('tickets',)
|
||||
OPTIONNAL_APPS = OPTIONNAL_APPS_RE2O + (...,...,)
|
||||
```
|
||||
|
||||
## MR 160: Datepicker
|
||||
|
||||
Install libjs-jquery libjs-jquery-ui libjs-jquery-timepicker libjs-bootstrap javascript-common
|
||||
|
|
Loading…
Reference in a new issue