From 63263ead84627fbc9a6211d9686239f8fb2d3792 Mon Sep 17 00:00:00 2001 From: Matt-- Date: Wed, 11 Feb 2015 21:02:43 +1300 Subject: [PATCH] Update README.rst New User. No database installed yet and the Welcome page does not require a database to demonstrate the server is working and links work etc. I anticipate setting up SQLAlchemy is the next step. --- {{cookiecutter.app_name}}/README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/{{cookiecutter.app_name}}/README.rst b/{{cookiecutter.app_name}}/README.rst index 6d599f5..e790e4a 100644 --- a/{{cookiecutter.app_name}}/README.rst +++ b/{{cookiecutter.app_name}}/README.rst @@ -23,6 +23,11 @@ Then run the following commands to bootstrap your environment. git clone https://github.com/{{cookiecutter.github_username}}/{{ cookiecutter.app_name }} 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. + python manage.py db init python manage.py db migrate python manage.py db upgrade