Skip to content

Commit 500db95

Browse files
author
Bob Harper
committed
Merge branch 'master' into 173-display-access-details
2 parents 1865f4e + dfb2fe6 commit 500db95

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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

prefix_finder/frontend/static/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,7 @@ fieldset {
11371137
display: flex;
11381138
flex-direction: column;
11391139
}
1140-
@media (min-width: 40em) {
1140+
@media (min-height: 40em) {
11411141
.homepage {
11421142
height: 100vh;
11431143
}

0 commit comments

Comments
 (0)