a complete local_settings.py example
Here a example local_settings.py
At least you should change:
- MEDIA_ROOT
- DATABASES
- SECRET_KEY
- MANAGERS
- _CACHE_PATH_PREFIX
If you use our create a new page instance script, some values are prefilled for you in the created instance.
The newest version is allways here: https://github.com/jedie/PyLucid/blob/master/scripts/local_settings_example.py
see also:
minimal MySQL example: