Skip to content

Commit

Permalink
Fixed docs site instructions in README.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Amalthea Magnuson authored and timgraham committed Jul 9, 2013
1 parent 70c28d9 commit 1c4e26f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.txt
Expand Up @@ -10,7 +10,7 @@ To run locally, do the usual::
If you only need to deploy, and don't need to test any changes, If you only need to deploy, and don't need to test any changes,
you can use local-requirements.txt only. you can use local-requirements.txt only.


3. Create a 'secrets.json' file in the directoy above the checkout, containing 3. Create a 'secrets.json' file in the directory above the checkout, containing
something like:: something like::


{ "secret_key": "xyz", { "secret_key": "xyz",
Expand All @@ -33,6 +33,7 @@ To run locally, do the usual::
and:: and::


./manage.py syncdb --docs ./manage.py syncdb --docs
./manage.py migrate --docs


if you want to run docs site. if you want to run docs site.


Expand Down

0 comments on commit 1c4e26f

Please sign in to comment.