Skip to content
Snippets Groups Projects
Commit 63263ead authored by Matt--'s avatar Matt--
Browse files

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.
parent 06044d16
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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