From 009f4641cf9e9adc6aafb0045ed88cb0746865ce Mon Sep 17 00:00:00 2001 From: Steven Loria Date: Tue, 24 Feb 2015 00:52:34 -0500 Subject: [PATCH] Further clarification in README --- {{cookiecutter.app_name}}/README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/{{cookiecutter.app_name}}/README.rst b/{{cookiecutter.app_name}}/README.rst index bcf51bb..04e55a5 100644 --- a/{{cookiecutter.app_name}}/README.rst +++ b/{{cookiecutter.app_name}}/README.rst @@ -24,10 +24,10 @@ Then run the following commands to bootstrap your environment. cd {{cookiecutter.app_name}} pip install -r requirements/dev.txt python manage.py server - -You will see a pretty Welcome screen. -If you have already installed your database. +You will see a pretty welcome screen. + +Once you have installed your DBMS, run the following to create your app's database tables and perform the initial migration: ::