Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 635 Bytes

management.rst

File metadata and controls

32 lines (18 loc) · 635 Bytes

Management scripts

We have to management scripts available in order to see the current configurations values and to generate a file with default values into the standard output.

apsettings

We use it to see the current configurations values.

python manage.py apsettings

It shows the current configuration. In three columns: * final values into the settings * params into the .ini file * param default value

generate_ini

We use it to generate a file with default values into the standard output.

python manage.py generate_ini