Further clarification in README

master
Steven Loria 9 years ago
parent 0da297ef16
commit 009f4641cf
  1. 6
      {{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:
::

Loading…
Cancel
Save