File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
prefix_finder/frontend/static/css Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ Steps to installation:
55
55
* Create a virtual environment (note this application uses python3)
56
56
* Activate the virtual environment
57
57
* Install dependencies
58
+ * Apply migrations
58
59
* Run the development server
59
60
60
61
```
@@ -63,6 +64,7 @@ cd org-ids
63
64
virtualenv .ve --python=/usr/bin/python3
64
65
source .ve/bin/activate
65
66
pip install -r requirements_dev.txt
67
+ python manage.py migrate
66
68
python manage.py runserver
67
69
```
68
70
Original file line number Diff line number Diff line change @@ -1137,7 +1137,7 @@ fieldset {
1137
1137
display : flex;
1138
1138
flex-direction : column;
1139
1139
}
1140
- @media (min-width : 40em ) {
1140
+ @media (min-height : 40em ) {
1141
1141
.homepage {
1142
1142
height : 100vh ;
1143
1143
}
You can’t perform that action at this time.
0 commit comments