Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhayati authored Aug 9, 2024
1 parent 57d6847 commit 289a484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ sh setup/migrate_query_data.sh
2. Add the name of the system to `utils/CONSTANTS.py` (Lines 8 and 9)
3. Add the name of the system to the import in `views/offline_queries_view.py` (Line 10)
4. Go to `views/offline_queries_view.py` and add the name of the system to systems (line 33).
5. Go to "djangoProject/models/load_query_data.py" and add the system to the systems list (line 6).
5. Go to `djangoProject/models/load_query_data.py` and add the system to the systems list (line 6).
6. Load the query data into the django models
```bash
sh setup/sh setup/migrate_query_data.sh
Expand Down

0 comments on commit 289a484

Please sign in to comment.