mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Minor fix in cookbook sentence.
This commit is contained in:
parent
9a132e7b67
commit
924daa385d
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
-------
|
||||
|
|
|
|||
Loading…
Reference in a new issue