Minor fix in cookbook sentence.

This commit is contained in:
Jannis Leidel 2013-09-18 23:23:31 +02:00
parent 9a132e7b67
commit 924daa385d

View file

@ -92,8 +92,8 @@ probably just add the following to the **beginning** of your settings module::
from configurations import importer
importer.install()
That has the same effect as using the ``manage.py`` or ``wsgi.py`` utilities
mentioned above.
That has the same effect as using the ``manage.py`` or ``wsgi.py`` utilities.
FastCGI
-------