Modified security notes

pull/236/head
Piero Toffanin 2017-07-11 12:45:41 -04:00 zatwierdzone przez GitHub
rodzic c640bcad3e
commit fc50f46214
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -87,7 +87,7 @@ WebODM can be linked to one or more processing nodes running [node-OpenDroneMap]
### Security
If you want to run WebODM in production, make sure to change the `SECRET_KEY` variable in `webodm/settings.py`, as well as any other relevant setting as indicated in the [Django Deployment Checklist](https://docs.djangoproject.com/en/1.10/howto/deployment/checklist/).
If you want to run WebODM in production, make sure to disable the `DEBUG` flag from `webodm/settings.py` and go through the [Django Deployment Checklist](https://docs.djangoproject.com/en/1.10/howto/deployment/checklist/).
## API Docs