Add documentation for standalone scripts

This commit is contained in:
Mauricio de Abreu Antunes 2016-01-08 16:20:10 -02:00
parent 4615e1e8fb
commit 6d52e560a3

View file

@ -167,3 +167,13 @@ connecting to a database::
A new ``setup`` method was added to be able to handle the new
:class:`~configurations.values.Value` classes and allow an in-between
modification of the configuration values.
Standalone scripts
------------------
If you want to run scripts outside of your project you need to add these lines
on top of your file::
import configurations
configurations.setup()