Skip to content
Snippets Groups Projects
Commit 009f4641 authored by Steven Loria's avatar Steven Loria
Browse files

Further clarification in README

parent 0da297ef
No related branches found
No related tags found
No related merge requests found
...@@ -24,10 +24,10 @@ Then run the following commands to bootstrap your environment. ...@@ -24,10 +24,10 @@ Then run the following commands to bootstrap your environment.
cd {{cookiecutter.app_name}} cd {{cookiecutter.app_name}}
pip install -r requirements/dev.txt pip install -r requirements/dev.txt
python manage.py server 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:
:: ::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment