Skip to content

Commit dfb2fe6

Browse files
author
Bob Harper
committed
need to migrate
1 parent b3b33e1 commit dfb2fe6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Steps to installation:
5555
* Create a virtual environment (note this application uses python3)
5656
* Activate the virtual environment
5757
* Install dependencies
58+
* Apply migrations
5859
* Run the development server
5960

6061
```
@@ -63,6 +64,7 @@ cd org-ids
6364
virtualenv .ve --python=/usr/bin/python3
6465
source .ve/bin/activate
6566
pip install -r requirements_dev.txt
67+
python manage.py migrate
6668
python manage.py runserver
6769
```
6870

0 commit comments

Comments
 (0)