We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b33e1 commit dfb2fe6Copy full SHA for dfb2fe6
README.md
@@ -55,6 +55,7 @@ Steps to installation:
55
* Create a virtual environment (note this application uses python3)
56
* Activate the virtual environment
57
* Install dependencies
58
+* Apply migrations
59
* Run the development server
60
61
```
@@ -63,6 +64,7 @@ cd org-ids
63
64
virtualenv .ve --python=/usr/bin/python3
65
source .ve/bin/activate
66
pip install -r requirements_dev.txt
67
+python manage.py migrate
68
python manage.py runserver
69
70
0 commit comments