Skip to content

Commit

Permalink
fix(README): Clarify step to make it beginner-friendly (django#1207)
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousLearner committed Sep 15, 2022
1 parent 384cc16 commit 361460c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@ To run locally, do the usual:
make install

#. Make a directory to store the project's data (``MEDIA_ROOT``, ``DOC_BUILDS_ROOT``,
etc.). We'll use ``~/.djangoproject`` for example purposes.
etc.). We'll use ``~/.djangoproject`` for example purposes. Create a sub-directory
named ``conf`` inside that directory::

Create a ``secrets.json`` file in a directory named ``conf`` in that directory,
containing something like::
mkdir -p ~/.djangoproject/conf

Create a ``secrets.json`` file in the ``conf`` directory, containing something
like::

{
"secret_key": "xyz",
Expand Down

0 comments on commit 361460c

Please sign in to comment.