From df65bf214cc01bd80ed08f7a7fb5e124ea3452ee Mon Sep 17 00:00:00 2001 From: Kracekumar Ramaraju Date: Fri, 13 Mar 2015 00:46:14 +0530 Subject: [PATCH] Add instruction to create logs directory which will throw up later --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf6a773..5053e11 100644 --- a/README.md +++ b/README.md @@ -108,15 +108,17 @@ Make sure that `git` is installed before running the next command. Clone the exa If pip installation fails, especially if you are on Windows, then try forcing the installation of wheels: - $ pip install --use-wheel -r requirements.txt + $ pip install --use-wheel -r requirements.txt Each chapter is a seperate git branch with the naming convention `chapternn`; for e.g. `chapter04`. Once you checkout the chapter don't forget to read the README.md file (which changes) and run the migrate command if applicable: $ git checkout chapter04 $ python manage.py migrate +Finally create `logs` directory/folder in the project root, then create file `django.log`. + ## Finished Site - + If you would like to have a look at the finished SuperBook website, just run migrate and start the test server: $ git checkout final